Package net.obvj.performetrics

Provides convenient classes for extracting performance metrics of Java code.

The top-level package contains the Counter and TimingSession classes, which are the base for computing the metrics of wall-clock time, CPU time, user time, and system time.

This package also contains the Stopwatch class that supports all of the abovementioned counters.

Global configuration parameters, such as default conversion mode, time unit, and precision, can be set up using the Performetrics facade.