Class and Description |
---|
DerivedComputation
A metric that is
computed from something in your application, including stop watches.
|
MemoryWatch
Keeps an eye on memory utilization.
|
NanoTime
Provides a way to get and manipulate absolute time in nanoseconds.
|
Statistic
Implements the math for computing average, standard deviation, and
coefficient of variation.
|
StopWatch
Keeps track of a time interval and interval statistics for repeated starts and stops.
|
StopWatchFactory
Allows you to provide your own instance of the StopWatch which subclasses
the StopWatch class.
|