Ion
|
This struct represents a variable: a number that may vary over samples, such as a count or timing. More...
#include "benchmark.h"
Public Member Functions | |
SampledVariable (const Descriptor &descriptor_in) | |
Public Attributes | |
Descriptor | descriptor |
std::vector< Sample > | samples |
This struct represents a variable: a number that may vary over samples, such as a count or timing.
It stores all of the samples.
Definition at line 75 of file benchmark.h.
|
inlineexplicit |
Definition at line 76 of file benchmark.h.
Descriptor ion::analytics::Benchmark::SampledVariable::descriptor |
Definition at line 78 of file benchmark.h.
Referenced by ion::analytics::Benchmark::AccumulateSampledVariable().
std::vector<Sample> ion::analytics::Benchmark::SampledVariable::samples |
Definition at line 79 of file benchmark.h.
Referenced by ion::analytics::Benchmark::AccumulateSampledVariable(), and ion::analytics::Benchmark::VariableSampler::AddSample().