Package org.codehaus.janino.tools
Class HprofScrubber.Site
java.lang.Object
org.codehaus.janino.tools.HprofScrubber.Site
- Enclosing class:
- HprofScrubber
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allocatedBytes
public final int allocatedBytes -
allocatedObjects
public final int allocatedObjects -
traceNumber
public final int traceNumber -
className
-
-
Constructor Details
-
Site
Site(int allocatedBytes, int allocatedObjects, int traceNumber, String className)
-