janino.net

org.codehaus.janino.tools
Class HprofScrubber

java.lang.Object
  extended by org.codehaus.janino.tools.HprofScrubber

public class HprofScrubber
extends java.lang.Object

Example for object allocation statistics: java -Xrunhprof:heap=sites,monitor=n,cutoff=0,depth=4 MyClass


Constructor Summary
HprofScrubber()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HprofScrubber

public HprofScrubber()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

janino.net