Write Profile to OS as YAML.
Synopsis
Declared in <llvm/ProfileData/PGOCtxProfReader.h>
void
convertCtxProfToYaml(
raw_ostream& OS,
PGOCtxProfile const& Profile);
Parameters
Name |
Description |
OS |
Destination stream for the YAML serialization. |
Profile |
Contextual profile to serialize. |
Created with MrDocs