Package gw.util.perf
Class InvocationCounter
java.lang.Object
gw.util.perf.InvocationCounter
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
print()
void
print
(PrintStream stream) void
void
printList
(PrintStream stream) void
recordInvocation
(String description) void
recordInvocation
(String description, int n) void
saveListTo
(String fileName) void
-
Field Details
-
map
-
list
-
_storeList
private boolean _storeList
-
-
Constructor Details
-
InvocationCounter
public InvocationCounter(boolean storeList)
-
-
Method Details
-
recordInvocation
-
recordInvocation
-
print
public void print() -
print
-
printList
public void printList() -
saveListTo
-
printList
-
saveTo
-
clear
public void clear()
-