Home
last modified time | relevance | path

Searched refs:MethodTimeMap (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp168 std::multimap<double, std::pair<uint32_t, std::string>> MethodTimeMap; in PrintMethodTime() local
171 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()