print overloads

Synopses

Declared in <balb_performancemonitor.h>

Print all collected statistics to the specified os stream.

void
print(std::ostream& os) const;

Print the specified measure to the specified os stream.

void
print(
    std::ostream& os,
    Measure measure) const;

Print the named measure to the specified os stream.

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

Parameters

Name

Description

os

output stream

measure

performance measure to print

measureIdentifier

string literal naming a measure enumerator

Created with MrDocs