[#BloombergLP-bslmt-ThroughputBenchmark-ShutdownSampleFunction] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmark.adoc[ThroughputBenchmark]::ShutdownSampleFunction :relfileprefix: ../../../ :mrdocs: An alias to a function meeting the following contract: ` /// Clean up at the end of the sample run, before threads have been /// joined. If the specified `isLast` is `true`, this is the last /// sample run. void shutdownSample(bool isLast); ` == Synopsis Declared in `<bslmt_throughputbenchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/function-0a.adoc[bsl::function<void(bool)>] ShutdownSampleFunction; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#