Uses of Class
net.obvj.performetrics.Stopwatch
-
Packages that use Stopwatch Package Description net.obvj.performetrics Provides convenient classes for extracting performance metrics of Java code. -
-
Uses of Stopwatch in net.obvj.performetrics
Methods in net.obvj.performetrics that return Stopwatch Modifier and Type Method Description static StopwatchStopwatch. createStarted()Provides a started stopwatch with default counter types, for convenience.static StopwatchStopwatch. createStarted(Counter.Type... types)Provides a started stopwatch with specific counter types, for convenience.
-