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 TypeMethodDescriptionvoidclear()voidprint()voidprint(PrintStream stream) voidvoidprintList(PrintStream stream) voidrecordInvocation(String description) voidrecordInvocation(String description, int n) voidsaveListTo(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()
-