[#BloombergLP-balb-PerformanceMonitor-Statistics-print-05b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PerformanceMonitor.adoc[PerformanceMonitor]::xref:BloombergLP/balb/PerformanceMonitor/Statistics.adoc[Statistics]::print :relfileprefix: ../../../../ :mrdocs: Print the specified `measureIdentifier` to the specified `os` stream. The value of `measureIdentifier` should be a string literal corresponding to the desired measure enumerator, e.g., `e_CPU_TIME`. == Synopsis Declared in `<balb_performancemonitor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void print( std::ostream& os, char const* measureIdentifier) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#