Home
last modified time | relevance | path

Searched refs:SteadyTimePoint (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h75 using SteadyTimePoint = std::chrono::time_point<std::chrono::steady_clock, variable
79 SteadyTimePoint start_time;
81 std::optional<SteadyTimePoint> end_time;
318 SteadyTimePoint m_start_time;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp32 static uint64_t ToNanosec(const SteadyTimePoint Point) { in ToNanosec()
168 SteadyTimePoint epoch; in DispatchClientTelemetry()