Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.h29 class LatencyAccountant {
54 explicit LatencyAccountant(FuncIdConversionHelper &FuncIdHelper, in LatencyAccountant() function
Dxray-account.cpp137 bool LatencyAccountant::accountRecord(const XRayRecord &Record) { in accountRecord()
259 void LatencyAccountant::exportStats(const XRayFileHeader &Header, F Fn) const { in exportStats()
371 void LatencyAccountant::exportStatsAsText(raw_ostream &OS, in exportStatsAsText()
407 void LatencyAccountant::exportStatsAsCSV(raw_ostream &OS, in exportStatsAsCSV()
466 xray::LatencyAccountant FCA(FuncIdHelper, AccountDeduceSiblingCalls); in __anon9fd330660902()