Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBTimer.h70 uint64_t ElapsedMicroSeconds(bool update) { in ElapsedMicroSeconds() function
DRNBRemote.cpp802 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), in SendPacket()
834 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), in SendPacket()
840 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), in SendPacket()
901 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), in GetPacketPayload()
930 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), __FUNCTION__, in GetPacketPayload()
941 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), in GetPacketPayload()
953 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), in HandlePacket_UNIMPLEMENTED()
962 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), file, in HandlePacket_ILLFORMED()
1029 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), in HandleAsyncPacket()
1162 (uint32_t)m_comm.Timer().ElapsedMicroSeconds(true), in CommDataReceived()
[all …]
DChangeLog416 (DNBTimer::ElapsedMicroSeconds): Ditto.