public interface EngineStopwatch
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.util.perf.StopwatchGC |
getTimer(byte category)
Returns access to class encapsulating time events results, related to the given category.
|
String |
report() |
void |
start(byte category)
start timing for some category
|
void |
stop(byte category)
stop timing for some category
|
String report()
void start(byte category)
void stop(byte category)
com.ibm.wala.util.perf.StopwatchGC getTimer(byte category)
Copyright © 2015. All rights reserved.