Return the number of threads in the specified threadGroupIndex.
Declared in <bslmt_throughputbenchmarkresult.h>
int
numThreads(int threadGroupIndex) const;
The behavior is undefined unless 0 <= threadGroupIndex < numThreadGroups().
number of threads in the specified thread group
| Name | Description |
|---|---|
| threadGroupIndex | index of the thread group |