ReportingUnit

A PerInterpreterStatistic is an incremental, summarized recording of a set of integral values and times. It is synchronized, although the typical usage is that it will only be written by a single Thread at a time, and read by another Thread only rarely.

If you want to record samples from multiple processes, use a Statistic, which holds a PerInterpreterStatistic for up to AvailRuntimeConfiguration.maxInterpreters separate Threads to access, without any locks.

Author

Mark van Gulik

Parameters

ranges

The Ranges used for rendering a statistic.

Entries

Link copied to clipboard

The number of nanoseconds taken by some activity.

Link copied to clipboard

The number of bytes consumed or produced by some activity.

Link copied to clipboard

A dimensionless measurement, such as a count of something.

Link copied to clipboard

A dimensionless measurement, such as a count of something.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.