|
Celero
|
You can derive from this type to add your own information to the experiment value set. More...
#include <TestFixture.h>

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... | |
You can derive from this type to add your own information to the experiment value set.
| 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.
1.8.13