Home
last modified time | relevance | path

Searched defs:nanos (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DTimer.cpp119 uint64_t nanos; member
141 uint64_t nanos = i->m_nanos.load(std::memory_order_acquire); in DumpCategoryTimes() local
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h85 uint64_t nanos; member
H A DDecodedThread.cpp131 uint64_t nanos = m_tsc_conversion->ToNanos(tsc); in NotifyTsc() local
/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h149 uint32_t nanos() const { return Nanos; } in nanos() function