Print FS to OS.
Declared in <llvm/ProfileData/SampleProf.h>
raw_ostream&
operator<<(
raw_ostream& OS,
FunctionSamples const& FS);
The output stream OS.
| Name | Description |
|---|---|
| OS | Output stream that receives the printed profile. |
| FS | Function samples to print. |