edu.umd.cs.findbugs
public class Footprint extends Object
See Also: FindBugs
| Nested Class Summary | |
|---|---|
| static class | Footprint.CollectionBeanWrapper Wrapper so that possbile NoClassDefFoundError can be caught. |
| static class | Footprint.MemoryBeanWrapper Wrapper so that possbile NoClassDefFoundError can be caught. |
| static class | Footprint.OperatingSystemBeanWrapper Wrapper so that possbile NoClassDefFoundError can be caught. |
| Constructor Summary | |
|---|---|
| Footprint() | |
| Footprint(Footprint base) uses deltas from base for cpuTime and clockTime (but not peakMemory) | |
| Method Summary | |
|---|---|
| long | getClockTime() |
| long | getCollectionTime() |
| long | getCpuTime() |
| long | getPeakMemory() |
| static void | main(String[] argv) |