Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.h41 FunctionLatencyMap FunctionLatencies; variable
50 FunctionLatencies[FuncId].push_back(Latency); in recordLatency()
59 return FunctionLatencies; in getFunctionLatencies()
Dxray-account.cpp262 Results.reserve(FunctionLatencies.size()); in exportStats()
263 for (auto FT : FunctionLatencies) { in exportStats()
373 OS << "Functions with latencies: " << FunctionLatencies.size() << "\n"; in exportStatsAsText()