Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.h55 using TimestampT = uint64_t; variable
63 std::vector<TimestampT> Timings;
104 TimestampT CurrentMaxTSC = 0;
Dxray-graph.cpp228 TimestampT D = diff(ThreadStack.back().TSC, Record.TSC); in accountRecord()