Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h54 using TimestampT = uint64_t; variable
62 std::vector<TimestampT> Timings;
102 TimestampT CurrentMaxTSC = 0;
H A Dxray-graph.cpp247 TimestampT D = diff(ThreadStack.back().TSC, Record.TSC); in accountRecord()