StatisticRecord.kl

Types

StatisticRecord (struct)

A StatisticRecord embeds a name-value statistic pair (eg: “Memory” = 156) for returning statistics in the context of StatisticSource.getStatistics. See 統計(Statistics) for information about common statistic records.

Members

String name name of the statistic

Methods

  StatisticRecord ( in StatisticRecord other )
  StatisticRecord ( in String name, in Float64 value )
  StatisticRecord ( in String name, in SInt64 value )
  StatisticRecord ( in String name, in String value )
  StatisticRecord ()
StatisticRecord clone ? ()