Data object used to store the measurements of a performance counter.
Description
The Counter class allows you to create data objects used to store the measurements of performance counters.
Important points
- This object is used by CachedCounters to store counters.
Constructors
Creates a instance of the data object.
Counter(name: str = None, tipe: CounterType = None)
- name: str - a counter name.
- tipe: CounterType - a counter type.