|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Accumulated samples of one time bin: number of samples and their value sum. More...
#include <MovingAverage.h>
Public Attributes | |
| uint64 | count |
| Number of samples added to this bin. | |
| double | value |
| Sum of sample values in this bin. | |
Accumulated samples of one time bin: number of samples and their value sum.
Definition at line 18 of file MovingAverage.h.
| uint64 cmlabs::StatEntry::count |
Number of samples added to this bin.
Definition at line 19 of file MovingAverage.h.
Referenced by cmlabs::MovingAverage::getPerfJSON(), cmlabs::MovingAverage::getPerfXML(), cmlabs::MovingAverage::getSum(), and cmlabs::MovingAverage::getSumMulti().
| double cmlabs::StatEntry::value |
Sum of sample values in this bin.
Definition at line 20 of file MovingAverage.h.
Referenced by cmlabs::MovingAverage::getPerfJSON(), cmlabs::MovingAverage::getPerfXML(), cmlabs::MovingAverage::getSum(), and cmlabs::MovingAverage::getSumMulti().