Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h286 virtual llvm::Optional<double> GetWallClockTime() const = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h48 llvm::Optional<double> GetWallClockTime() const override;
H A DTraceCursorIntelPT.cpp111 Optional<double> TraceCursorIntelPT::GetWallClockTime() const { in GetWallClockTime() function in TraceCursorIntelPT
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp314 item.timestamp = m_cursor_up->GetWallClockTime(); in CreatRawTraceItem()