Data transferred to ThroughputBenchmark_WorkFunction.
Synopsis
Declared in <bslmt_throughputbenchmark.h>
struct ThroughputBenchmark_WorkData;
Data Members
Name |
Description |
Number of nanoseconds that the thread actually ran. |
|
Busy work amount. |
|
Barrier used to trigger threads to start processing at the same time. |
|
Pointer to the benchmark object running this work thread. |
|
Cleanup function per thread. |
|
Number of items processed by this thread. |
|
Test function to run. |
|
Initialize function per thread. |
|
Thread index (0, 1, 2, ...) provided to the thread. |
Created with MrDocs