Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h274 virtual std::optional<double> GetWallClockTime() const = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h49 std::optional<double> GetWallClockTime() const override;
H A DTraceCursorIntelPT.cpp112 std::optional<double> TraceCursorIntelPT::GetWallClockTime() const { in GetWallClockTime() function in TraceCursorIntelPT
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp466 item.timestamp = m_cursor_sp->GetWallClockTime(); in CreatRawTraceItem()