[#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 named measure to the specified `os` stream. [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..._]# == Parameters [cols="1,4"] |=== | Name| Description | *os* | output stream | *measure* | performance measure to print | *measureIdentifier* | string literal naming a measure enumerator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#