Searched refs:NANOS_PER_MICRO (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp45 const uint64_t NANOS_PER_MICRO = 1000; member in namespace:sddarwinlog_private
46 const uint64_t NANOS_PER_MILLI = NANOS_PER_MICRO * 1000;

Completed in 104 milliseconds