[#BloombergLP-bslmt-ThroughputBenchmark-busyWork] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmark.adoc[ThroughputBenchmark]::busyWork :relfileprefix: ../../../ :mrdocs: Perform arithmetic operations to consume an amount of time in linear relation to the specified `busyWorkAmount`. == Synopsis Declared in `<bslmt_throughputbenchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void busyWork(xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] busyWorkAmount); ---- == Description Note that the duration of `busyWork` invoked with a particular `busyWorkAmount` will vary with system load. == Parameters [cols="1,4"] |=== | Name| Description | *busyWorkAmount* | amount of simulated work to perform |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#