ReportingUnit

enum ReportingUnit : Enum<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
val name: String
Link copied to clipboard
val ordinal: Int