Searched refs:GetWallClockTime (Results 1 – 4 of 4) sorted by relevance
274 virtual std::optional<double> GetWallClockTime() const = 0;
49 std::optional<double> GetWallClockTime() const override;
112 std::optional<double> TraceCursorIntelPT::GetWallClockTime() const { in GetWallClockTime() function in TraceCursorIntelPT
466 item.timestamp = m_cursor_sp->GetWallClockTime(); in CreatRawTraceItem()