Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp244 TimestampT D = diff(ThreadStack.back().TSC, Record.TSC); in accountRecord()