Celero
Public Member Functions | Public Attributes | List of all members
celero::TestFixture::ExperimentValue Class Reference

You can derive from this type to add your own information to the experiment value set. More...

#include <TestFixture.h>

Inheritance diagram for celero::TestFixture::ExperimentValue:
Inheritance graph
[legend]

Public Member Functions

 ExperimentValue (int64_t v)
 
 ExperimentValue (int64_t v, int64_t i)
 

Public Attributes

int64_t Value {0}
 An arbitrary integer value which can be used or translated for use by the test fixture.
 
int64_t Iterations {0}
 The number of iterations to do with this test value. More...
 

Detailed Description

You can derive from this type to add your own information to the experiment value set.

Member Data Documentation

◆ Iterations

int64_t celero::TestFixture::ExperimentValue::Iterations {0}

The number of iterations to do with this test value.

0 (default) indicates that the default number of iterations set up for the test case should be used.


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