Print the specified measure to the specified os stream.

Synopsis

Declared in <balb_performancemonitor.h>

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

Parameters

Name

Description

os

output stream

measure

performance measure to print

Created with MrDocs