All Classes
-
All Classes Class Summary Enum Summary Class Description Configuration An object that maintains common configurable parameters for Perfometrics objects.ConfigurationHolder A class that holds currentConfigurationobject.ConversionMode Defines supported conversion modes.Counter An object that stores time units of a particular type for elapsed time evaluation.Counter.Type Enumerates all supported counter types, defining a particular time fetch strategy for each of them.Duration A time-based amount, such as '01:59:59.987654321 (H:M:S.ns)'.DurationFormat Enumerates different duration format styles, each one with particular characteristics.DurationUtils Common methods for working with durations.MonitoredCallable<V> ACallablewrapper that maintains one or more counters for monitoring the time spent by the Callable'scall()method.MonitoredRunnable ARunnablewrapper that maintains one or more counters for monitoring the time spent by the Runnable'srun()method.Performetrics A Facade class meant to provide a simple interface for common parameters setup and other operations.PrintFormat Provides different formatters for printing data from a timing-session container as strings in tabular layout.PrintStyle Defines a set of attributes used by aPrintFormatto generate a String output out of a timing-session container.PrintStyleBuilder A builder for creatingPrintStyleobjects.PrintUtils This class groups all custom printing operations in a single place.Stopwatch A convenient timing object that supports multiple counter types and timing sessions.SystemUtils A utility class for retrieving system data.TimeUnitConverter A utility class forTimeUnitconversion.TimingSession A convenient timing object that supports multiple counter types.TimingSessionContainer An object that maintains multiple timing sessions for different counter types, and provides methods to retrieve elapsed times is different formats.UnmodifiableTimingSession A "wrapper" class that allows retrieving values from an existingTimingSessionbut prevents users from modifying it.