Class HprofScrubber


  • public final class HprofScrubber
    extends java.lang.Object
    Example for object allocation statistics:
         java -Xrunhprof:heap=sites,monitor=n,cutoff=0,depth=4 MyClass
     
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private HprofScrubber()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void dumpSamples​(HprofScrubber.Sample[] ss, java.util.Map<java.lang.Integer,​java.lang.String[]> traces)  
      private static void dumpSites​(HprofScrubber.Site[] ss, java.util.Map<java.lang.Integer,​java.lang.String[]> traces)  
      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

        private HprofScrubber()
    • Method Detail

      • main

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

        private static void dumpSites​(HprofScrubber.Site[] ss,
                                      java.util.Map<java.lang.Integer,​java.lang.String[]> traces)
      • dumpSamples

        private static void dumpSamples​(HprofScrubber.Sample[] ss,
                                        java.util.Map<java.lang.Integer,​java.lang.String[]> traces)