Write debugify statistics from Map to the file at Path.
Synopsis
Declared in <llvm/Transforms/Utils/Debugify.h>
void
exportDebugifyStats(
StringRef Path,
DebugifyStatsMap const& Map);
Parameters
Name |
Description |
Path |
Output file path for the exported statistics. |
Map |
Per‐pass debugify statistics to export. |
Created with MrDocs