| 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(String[] argv) |
String |
toString() |
public Footprint()
public Footprint(Footprint base)
Copyright © 2003–2015. All rights reserved.