Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.h54 FunctionLatencyMap FunctionLatencies; variable
64 FunctionLatencies[FuncId].push_back(Latency); in recordLatency()
74 return FunctionLatencies; in getFunctionLatencies()
H A Dxray-account.cpp312 Results.reserve(FunctionLatencies.size()); in exportStats()
313 for (auto FT : FunctionLatencies) { in exportStats()
374 OS << "Functions with latencies: " << FunctionLatencies.size() << "\n"; in exportStatsAsText()