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.

StatisticRecord StatisticRecord StatisticRecord

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 ? ()

Methods in detail

StatisticRecord ( in StatisticRecord other )

copy constructor


StatisticRecord ( in String name, in Float64 value )

Construct as a Float64 statistic record named name


StatisticRecord ( in String name, in SInt64 value )

Construct as a SInt64 statistic record named name


StatisticRecord ( in String name, in String value )

Construct as a String statistic record named name


StatisticRecord ()

default constructor


StatisticRecord StatisticRecord.clone? ()

clone method