[#BloombergLP-bslmt-ThroughputBenchmarkResult-getMedian] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmarkResult.adoc[ThroughputBenchmarkResult]::getMedian :relfileprefix: ../../../ :mrdocs: 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`. == Synopsis Declared in `<bslmt_throughputbenchmarkresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void getMedian( double* median, int threadGroupIndex) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#