[#BloombergLP-balb-PerformanceMonitor-Statistics-print-08] = 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` overloads == Synopses Declared in `<balb_performancemonitor.h>` Print all collected statistics to the specified `os` stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/balb/PerformanceMonitor/Statistics/print-051.adoc[print](std::ostream& os) const; ---- [.small]#xref:BloombergLP/balb/PerformanceMonitor/Statistics/print-051.adoc[_» more..._]# Print the specified `measure` to the specified `os` stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/balb/PerformanceMonitor/Statistics/print-0a.adoc[print]( std::ostream& os, xref:BloombergLP/balb/PerformanceMonitor/Measure.adoc[Measure] measure) const; ---- [.small]#xref:BloombergLP/balb/PerformanceMonitor/Statistics/print-0a.adoc[_» more..._]# 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/balb/PerformanceMonitor/Statistics/print-05b.adoc[print]( std::ostream& os, char const* measureIdentifier) const; ---- [.small]#xref:BloombergLP/balb/PerformanceMonitor/Statistics/print-05b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#