Package io.deephaven.enterprise.stats
Class ObjectAllocationCollector
java.lang.Object
io.deephaven.enterprise.stats.ObjectAllocationCollector
Use the allocation instrumenter from http://code.google.com/p/java-allocation-instrumenter/ to produce stats
To use make sure you set
-j -Dallocation.stats.enabled=true -j -Xbootclasspath/a:/usr/walleye/walleye-server-XXXXX/java_lib/allocation-2.0.jar
-j -javaagent:/usr/walleye/walleye-server-XXXXX/java_lib/allocation-2.0.jar (maybe even use -j -noverify)
User: zforsyth Date: Dec 16, 2010
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DUMP_STACK
public static boolean DUMP_STACK -
CLASS_NAMES
-
-
Constructor Details
-
ObjectAllocationCollector
public ObjectAllocationCollector()
-