Load the median throughput for the specified thread group.
Declared in <bslmt_throughputbenchmarkresult.h>
void
getMedian(
double* median,
int threadGroupIndex) const;
Load into the specified median the median throughput (count / second) of the work done by all the threads in the specified threadGroupIndex. The behavior is undefined unless 0 <= threadGroupIndex < numThreadGroups.
| Name | Description |
|---|---|
| median | loadable median throughput |
| threadGroupIndex | index of the thread group |