[#BloombergLP-bslmt-ThroughputBenchmarkResult-setThroughput] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmarkResult.adoc[ThroughputBenchmarkResult]::setThroughput :relfileprefix: ../../../ :mrdocs: Set the throughput related to the specified `threadIndex` thread, in the specified `threadGroupIndex`, and the specified `sampleIndex` to the specified `value`. The behavior is undefined unless `0 <= value`, `0 <= threadIndex < numThreads(threadGroupIndex)`, `0 <= threadGroupIndex < numThreadGroups()`, and `0 <= sampleIndex < numSamples()`. == Synopsis Declared in `<bslmt_throughputbenchmarkresult.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setThroughput( int threadGroupIndex, int threadIndex, int sampleIndex, double value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#