Home
last modified time | relevance | path

Searched refs:methodInfoMap (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp87 PandaUnorderedMap<PandaString, uint32_t> methodInfoMap; in Dump() local
89 auto ret = methodInfoMap.emplace(std::make_pair(GetFullName(method), method->GetHotnessCounter())); in Dump()
96 auto ret = serializer::TypeToBuffer(methodInfoMap, buffer); in Dump()
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H A Dhotness_counters.h49 std::unordered_map<std::string, uint32_t> methodInfoMap; variable
50 if (!serializer::BufferToType(data.data(), data.size(), methodInfoMap)) {
51 LOG(ERROR, DPROF) << "Cannot deserialize methodInfoMap";
56 for (auto &it : methodInfoMap) {

Completed in 1 milliseconds