Searched refs:strEventCount (Results 1 – 1 of 1) sorted by relevance
/developtools/hiperf/src/ |
D | subcommand_stat.cpp | 199 std::string strEventCount = std::to_string(reportSum->eventCountSum); in PrintPerValue() local 200 for (size_t i = strEventCount.size() - 1, j = 1; i > 0; --i, ++j) { in PrintPerValue() 202 strEventCount.insert(strEventCount.begin() + i, ','); in PrintPerValue() 209 …printf(" %24s %-30s | %-30s %10d %10d %10d | %-32s | (%.0lf%%)\n", strEventCount.c_str(), configN… in PrintPerValue() 213 … printf(" %24s %-30s | %10d | %-32s | (%.0lf%%)\n", strEventCount.c_str(), configName.c_str(), in PrintPerValue() 216 …printf(" %24s %-30s | %-30s %10d %10d | %-32s | (%.0lf%%)\n", strEventCount.c_str(), configName.c… in PrintPerValue() 297 std::string strEventCount = std::to_string(it->second->eventCount); in ReportNormal() local 298 for (size_t i = strEventCount.size() - 1, j = 1; i > 0; --i, ++j) { in ReportNormal() 300 strEventCount.insert(strEventCount.begin() + i, ','); in ReportNormal() 307 printf(" %24s %-30s | %-32s | (%.0lf%%)\n", strEventCount.c_str(), configName.c_str(), in ReportNormal()
|