Sets up a group of timers.
The statistics name, for logging purposes.
If false
, the timers do not measure the performance.
If false
, the timers do not measure the performance.
The statistics name, for logging purposes.
Adds a timer, based on the name specified.
The timer's name; must be unique.
Gets a timer by name.
The timer's name.
Checks if a timer with the specified name already exists.
The timer's name.
true
if a timer with name
already exists; false
otherwise.
Prints all values to the console.
Optional header line.
Optional footer line.
Resets all timers.
Generated using TypeDoc
Manages a set of timers.
The main objective of
Statistics
is to log these timers. You can disable statistics to minimize their impact on performance.