Print the named measure to the specified os stream.

Synopsis

Declared in <balb_performancemonitor.h>

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

Description

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.

Parameters

Name

Description

os

output stream

measureIdentifier

string literal naming a measure enumerator

Created with MrDocs