HomeSort by: relevance | last modified time | path
    Searched refs:NanosecondsPerSecond (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_tsc.h 19 static constexpr uint64_t NanosecondsPerSecond = 1000ULL * 1000 * 1000;
77 return TS.tv_sec * NanosecondsPerSecond + TS.tv_nsec;
81 return NanosecondsPerSecond;
xray_basic_logging.cc 86 static atomic_uint64_t CycleFrequency{NanosecondsPerSecond};
316 return TS.tv_sec * NanosecondsPerSecond + TS.tv_nsec;
336 return TS.tv_sec * NanosecondsPerSecond + TS.tv_nsec;
391 : NanosecondsPerSecond,
xray_fdr_logging.cc 147 static uint64_t CycleFrequency = NanosecondsPerSecond;
440 Result.TSC = TS.tv_sec * __xray::NanosecondsPerSecond + TS.tv_nsec;
686 : __xray::NanosecondsPerSecond,

Completed in 13 milliseconds