Home
last modified time | relevance | path

Searched defs:CycleFrequency (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-graph.cpp304 double CycleFrequency) { in normalizeTimeStat()
311 void GraphRenderer::normalizeStatistics(double CycleFrequency) { in normalizeStatistics()
HDxray-account.cpp274 double CycleFrequency = Header.CycleFrequency; in exportStats() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
HDYAMLXRayRecord.h28 uint64_t CycleFrequency; member
HDXRayRecord.h45 uint64_t CycleFrequency = 0; member
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_basic_logging.cpp85 static atomic_uint64_t CycleFrequency{NanosecondsPerSecond}; variable
HDxray_fdr_logging.cpp146 static uint64_t CycleFrequency = NanosecondsPerSecond; in fdrCommonHeaderInfo() local