Lines Matching refs:comments
285 std::map<std::string, std::string> comments; in ReportNormal() local
286 GetComments(countEvents, comments); in ReportNormal()
291 std::string comment = comments[configName]; in ReportNormal()
462 std::map<std::string, std::string> &comments) in GetComments() argument
472 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()
532 comments[configName] = StringPrintf("%.3lf G/sec", rate / 1e9); in GetComments()
536 comments[configName] = StringPrintf("%.3lf M/sec", rate / 1e6); in GetComments()
540 comments[configName] = StringPrintf("%.3lf K/sec", rate / 1e3); in GetComments()
543 comments[configName] = StringPrintf("%.3lf /sec", rate); in GetComments()
545 comments[configName] = ""; in GetComments()