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

This class aids in creation of a benchmarked SampledVariable. More...

#include "benchmark.h"

Public Member Functions

 VariableSampler (const Descriptor &descriptor)
 
void AddSample (double value)
 Adds one sample of the SampledVariable's value. More...
 
const SampledVariable Get ()
 Returns the resulting SampledVariable. More...
 

Detailed Description

This class aids in creation of a benchmarked SampledVariable.

Definition at line 103 of file benchmark.h.

Constructor & Destructor Documentation

ion::analytics::Benchmark::VariableSampler::VariableSampler ( const Descriptor descriptor)
inlineexplicit

Definition at line 105 of file benchmark.h.

Member Function Documentation

void ion::analytics::Benchmark::VariableSampler::AddSample ( double  value)
const SampledVariable ion::analytics::Benchmark::VariableSampler::Get ( )
inline

Returns the resulting SampledVariable.

Definition at line 112 of file benchmark.h.


The documentation for this class was generated from the following files: