BloombergLP::balb::PerformanceMonitor::Statistics::print

print overloads

Synopses

Declared in <balb_performancemonitor.h>

Print all collected statistics to the specified os stream.

void
print(std::ostream& os) const;
» more...

Print the specified measure to the specified os stream.

void
print(
    std::ostream& os,
    Measure measure) const;
» 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.

void
print(
    std::ostream& os,
    char const* measureIdentifier) const;
» more...