[#BloombergLP-bslmt-ThroughputBenchmarkResult-getPercentiles] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmarkResult.adoc[ThroughputBenchmarkResult]::getPercentiles :relfileprefix: ../../../ :mrdocs: Load into the specified `percentiles` vector a uniform breakdown of percentage throughput (count / second) of the work done by all the threads in the specified `threadGroupIndex`. The size of `percentiles` controls how many percentages are provided. For example, a size of 5 will return the percentages 0, 0.25, 0.5, 0.75, 1. The behavior is undefined unless `0 <= threadGroupIndex < numThreadGroups` and `2 <= percentiles‐>size()`. == Synopsis Declared in `<bslmt_throughputbenchmarkresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void getPercentiles( xref:bsl/vector-00d.adoc[bsl::vector<double>]* percentiles, int threadGroupIndex) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#