gem5
v21.0.0.0
|
A pair of value and its number of samples, used for sampling. More...
Public Member Functions | |
ValueSamples (Stats::Counter value, Stats::Counter num_samples) | |
Public Attributes | |
Stats::Counter | value |
Stats::Counter | numSamples |
A pair of value and its number of samples, used for sampling.
Definition at line 44 of file storage.test.cc.
|
inline |
Definition at line 49 of file storage.test.cc.
Stats::Counter ValueSamples::numSamples |
Definition at line 47 of file storage.test.cc.
Referenced by prepareCheckDistStor(), prepareCheckHistStor(), and TEST().
Stats::Counter ValueSamples::value |
Definition at line 46 of file storage.test.cc.
Referenced by prepareCheckDistStor(), prepareCheckHistStor(), and TEST().