Print Ensemble En to stream OS.

Synopsis

Declared in <llvm/CodeGen/MachineTraceMetrics.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    MachineTraceMetrics::Ensemble const& En);

Return Value

The output stream OS.

Parameters

Name

Description

OS

Output stream receiving the printed representation.

En

Ensemble to print.

Created with MrDocs