Searched refs:strEventCount (Results 1 – 1 of 1) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_stat.cpp | 193 std::string strEventCount = std::to_string(reportSum->eventCountSum); in PrintPerValue() local 194 for (size_t i = strEventCount.size() - 1, j = 1; i > 0; --i, ++j) { in PrintPerValue() 197 strEventCount.insert(strEventCount.begin() + i, ','); in PrintPerValue() 205 …printf(" %24s %-30s | %-30s %10d %10d %10d | %-32s | (%.0lf%%)\n", strEventCount.c_str(), configN… in PrintPerValue() 209 … printf(" %24s %-30s | %10d | %-32s | (%.0lf%%)\n", strEventCount.c_str(), configName.c_str(), in PrintPerValue() 212 …printf(" %24s %-30s | %-30s %10d %10d | %-32s | (%.0lf%%)\n", strEventCount.c_str(), configName.c… in PrintPerValue() 292 std::string strEventCount = std::to_string(it->second->eventCount); in ReportNormal() local 293 for (size_t i = strEventCount.size() - 1, j = 1; i > 0; --i, ++j) { in ReportNormal() 295 strEventCount.insert(strEventCount.begin() + i, ','); in ReportNormal() 302 printf(" %24s %-30s | %-32s | (%.0lf%%)\n", strEventCount.c_str(), configName.c_str(), in ReportNormal()
|