llvm::sampleprof::operator<<

Print FS to OS.

Synopsis

Declared in <llvm/ProfileData/SampleProf.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    FunctionSamples const& FS);

Return Value

The output stream OS.

Parameters

NameDescription
OSOutput stream that receives the printed profile.
FSFunction samples to print.