Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_stat.cpp285 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()
[all …]
/developtools/ace_js2bundle/ace-loader/
Dbabel.config.js40 comments: false
/developtools/hiperf/include/
Dsubcommand_stat.h120 std::map<std::string, std::string> &comments);
/developtools/ace_js2bundle/ace-loader/src/
Dloader-gen.js150 comments: 'false' property
/developtools/smartperf_host/ide/
Dtsconfig.json22 // "removeComments": true, /* Do not emit comments to output. */