Searched refs:MethodTimeMap (Results 1 – 1 of 1) sorted by relevance
168 std::multimap<double, std::pair<uint32_t, std::string>> MethodTimeMap; in PrintMethodTime() local171 MethodTimeMap.insert(make_pair(it->second, it->first)); in PrintMethodTime()173 for (auto [key, val] : MethodTimeMap) { in PrintMethodTime()176 for (auto [key, val] : MethodTimeMap) { in PrintMethodTime()