Data used by a thread group
Declared in <bslmt_throughputbenchmark.h>
struct ThreadGroup;
| Name | Description |
|---|---|
d_amount | Amount of busy work to perform between calls to d_func. |
d_cleanup | Cleanup function per thread. |
d_func | Test function to run. |
d_initialize | Initialize function per thread. |
d_numThreads | Number of threads in the thread group. |