Web Site

org.codehaus.janino.tools
Class HprofScrubber

java.lang.Object
  extended byorg.codehaus.janino.tools.HprofScrubber

public class HprofScrubber
extends 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(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(String[] args)
                 throws Exception
Throws:
Exception

Web Site