Package edu.umd.cs.findbugs
Class Footprint
java.lang.Object
edu.umd.cs.findbugs.Footprint
Class to maintain a snapshot of a processes's time and memory usage.
This uses some JDK 1.5 APIs so must be careful that it doesn't cause any harm
when run from 1.4.
- Author:
- Brian Cole
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Wrapper so that possible NoClassDefFoundError can be caught.static class
Wrapper so that possible NoClassDefFoundError can be caught.static class
Wrapper so that possible NoClassDefFoundError can be caught. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Footprint
public Footprint() -
Footprint
uses deltas from base for cpuTime and clockTime (but not peakMemory)
-
-
Method Details