execute overloads
Declared in <bslmt_throughputbenchmark.h>
Run previously added thread groups and store benchmark results.
void
execute(
ThroughputBenchmarkResult* result,
int millisecondsPerSample,
int numSamples);
» more...
Run previously added thread groups with sample-level hooks.
void
execute(
ThroughputBenchmarkResult* result,
int millisecondsPerSample,
int numSamples,
InitializeSampleFunction const& initializeFunctor,
ShutdownSampleFunction const& shutdownFunctor,
CleanupSampleFunction const& cleanupFunctor);
» more...