Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp437 std::map<uint64_t, uint32_t> new_thread_id_to_used_usec_map; in HarmonizeThreadIdsForProfileData() local
502 new_thread_id_to_used_usec_map[thread_id] = curr_used_usec; in HarmonizeThreadIdsForProfileData()
516 m_thread_id_to_used_usec_map = new_thread_id_to_used_usec_map; in HarmonizeThreadIdsForProfileData()