Searched refs:comments (Results 1 - 4 of 4) sorted by relevance
/developtools/hiperf/src/ |
H A D | subcommand_stat.cpp | 299 std::map<std::string, std::string> comments; in ReportNormal() local 300 GetComments(countEvents, comments); in ReportNormal() 305 std::string comment = comments[configName]; in ReportNormal() 472 std::map<std::string, std::string> &comments) in GetComments() 482 comments[configName] = ""; in GetComments() 492 comments[configName] = StringPrintf("%lf cpus used", usedCpus); in GetComments() 504 comments[configName] = StringPrintf("%lf GHz", hz / 1e9); in GetComments() 506 comments[configName] = ""; in GetComments() 519 comments[configName] = StringPrintf("%lf cycles per instruction", cpi); in GetComments() 534 comments[configNam in GetComments() 471 GetComments(const std::map<std::string, std::unique_ptr<PerfEvents::CountEvent>> &countEvents, std::map<std::string, std::string> &comments) GetComments() argument [all...] |
/developtools/ace_js2bundle/ace-loader/ |
H A D | babel.config.js | 40 comments: false
|
/developtools/hiperf/include/ |
H A D | subcommand_stat.h | 122 std::map<std::string, std::string> &comments);
|
/developtools/ace_js2bundle/ace-loader/src/ |
H A D | loader-gen.js | 150 comments: 'false'
|
Completed in 3 milliseconds