public class Footprint
extends java.lang.Object
FindBugs
Modifier and Type | Class and Description |
---|---|
static class |
Footprint.CollectionBeanWrapper
Wrapper so that possible NoClassDefFoundError can be caught.
|
static class |
Footprint.MemoryBeanWrapper
Wrapper so that possible NoClassDefFoundError can be caught.
|
static class |
Footprint.OperatingSystemBeanWrapper
Wrapper so that possible NoClassDefFoundError can be caught.
|
Constructor and Description |
---|
Footprint() |
Footprint(Footprint base)
uses deltas from base for cpuTime and clockTime (but not peakMemory)
|
Modifier and Type | Method and Description |
---|---|
long |
getClockTime() |
long |
getCollectionTime() |
long |
getCpuTime() |
long |
getPeakMemory() |
static void |
main(java.lang.String[] argv) |
java.lang.String |
toString() |
public Footprint()
public Footprint(Footprint base)
public long getCpuTime()
public long getClockTime()
public long getPeakMemory()
public long getCollectionTime()
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] argv)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.