[#BloombergLP-bslmt-ThroughputBenchmark-InitializeSampleFunction] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmark.adoc[ThroughputBenchmark]::InitializeSampleFunction :relfileprefix: ../../../ :mrdocs: An alias to a function meeting the following contract: ` /// Initialize the sample run. If the specified `isFirst` is `true`, /// this is the first sample run. void initializeSample(bool isFirst); ` == Synopsis Declared in `<bslmt_throughputbenchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/function-0a.adoc[bsl::function<void(bool)>] InitializeSampleFunction; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#