Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h108 uint64_t m_first_timestamp_seen; variable
H A DStructuredDataDarwinLog.cpp1193 m_first_timestamp_seen = timestamp; in GetDescription()
1322 m_first_timestamp_seen(0), m_is_enabled(false),
1633 const uint64_t delta_nanos = timestamp - m_first_timestamp_seen; in DumpTimestamp()