Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::analytics::Benchmark::SampledVariable Struct Reference

This struct represents a variable: a number that may vary over samples, such as a count or timing. More...

#include "benchmark.h"

Collaboration diagram for ion::analytics::Benchmark::SampledVariable:

Public Member Functions

 SampledVariable (const Descriptor &descriptor_in)
 

Public Attributes

Descriptor descriptor
 
std::vector< Samplesamples
 

Detailed Description

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.

Constructor & Destructor Documentation

ion::analytics::Benchmark::SampledVariable::SampledVariable ( const Descriptor descriptor_in)
inlineexplicit

Definition at line 76 of file benchmark.h.

Member Data Documentation

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

The documentation for this struct was generated from the following file: