Lines Matching defs:perMaps
263 std::map<std::string, std::unique_ptr<PerfEvents::ReportSum>> perMaps;
270 perMaps.clear();
273 if (perMaps.count(perKey) == 0) {
276 perMaps[perKey] = std::move(perMap);
278 if (perMaps[perKey] == nullptr) {
281 perMaps[perKey]->configName = GetDetailComments(event->second, perMaps[perKey]->commentSum,
283 perMaps[perKey]->eventCountSum += it.eventCount;
285 perMaps[perKey]->scaleSum = 1 / (static_cast<double>(it.timeEnabled) / it.timeRunning);
288 for (auto iper = perMaps.begin(); iper != perMaps.end(); iper++) {