Lines Matching refs:comment
296 std::string comment = comments[configName]; in ReportNormal() local
308 comment.c_str(), scale * ratio); in ReportNormal()
395 double &comment, PerfEvents::Summary &summary, std::string &configName) in GetDetailComments() argument
401 comment = 0; in GetDetailComments()
409 comment += countEvent->used_cpus * scale; in GetDetailComments()
418 comment += hz / 1e9; in GetDetailComments()
420 comment += 0; in GetDetailComments()
429 comment += static_cast<double>(cpuCyclesCount) / summary.eventCount; in GetDetailComments()
439 … comment += (static_cast<double>(summary.eventCount) / branchInstructionsCount) * ONE_HUNDRED; in GetDetailComments()
443 return HandleOtherConfig(comment, summary, running_time_in_sec, scale, findRunningTime); in GetDetailComments()
446 std::string SubCommandStat::HandleOtherConfig(double &comment, PerfEvents::Summary &summary, double… in HandleOtherConfig() argument
449 comment = 0; in HandleOtherConfig()
455 comment += rate; in HandleOtherConfig()