ARM 4.0 Metric Counters
[ARM 4.0 Metrics]

Classes

class  arm4::QArmMetricCounter32
 Implements a 32-bit integer counter. More...
class  arm4::QArmMetricCounter32Definition
 Marks a metadata binding. More...
class  arm4::QArmMetricCounter64
 Implements a 64-bit integer counter. More...
class  arm4::QArmMetricCounter64Definition
 Marks a metadata binding. More...
class  arm4::QArmMetricCounterFloat32
 Implements a 32-bit floating-point counter. More...
class  arm4::QArmMetricCounterFloat32Definition
 Marks a metadata binding. More...

Detailed Description

A counter is a monotonically increasing non-negative value up to its maximum possible value, at which point it wraps around to zero and starts again. This is the IETF (Internet Engineering Task Force) RFC 1155 definition of a counter. A counter should be used when it makes sense to sum up the values over an interval. Examples are bytes printed and records written. The values can also be averaged, maximums and minimums (per transaction) can be calculated, and other kinds of statistical calculations can be performed.

ARM supports three counter types:

 All Classes Namespaces Files Functions Variables