Searched refs:comments (Results 1 – 5 of 5) sorted by relevance
285 std::map<std::string, std::string> comments; in ReportNormal() local286 GetComments(countEvents, comments); in ReportNormal()291 std::string comment = comments[configName]; in ReportNormal()462 std::map<std::string, std::string> &comments) in GetComments() argument472 comments[configName] = ""; in GetComments()482 comments[configName] = StringPrintf("%lf cpus used", used_cpus); in GetComments()494 comments[configName] = StringPrintf("%lf GHz", hz / 1e9); in GetComments()496 comments[configName] = ""; in GetComments()509 comments[configName] = StringPrintf("%lf cycles per instruction", cpi); in GetComments()524 comments[configName] = StringPrintf("%lf miss rate", miss_rate * ONE_HUNDRED); in GetComments()[all …]
40 comments: false
120 std::map<std::string, std::string> &comments);
150 comments: 'false' property
22 // "removeComments": true, /* Do not emit comments to output. */