Package avail.performance

Types

Link copied to clipboard
class PerInterpreterStatistic : Comparable<PerInterpreterStatistic>

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.

Link copied to clipboard
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.

Link copied to clipboard
class Statistic(report: StatisticReport, nameSupplier: () -> String)

An immutable collection of related statistics.

Link copied to clipboard
enum StatisticReport : Enum<StatisticReport>

The statistic reports requested of the compiler: