Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.h29 class LatencyAccountant {
68 explicit LatencyAccountant(FuncIdConversionHelper &FuncIdHelper, in LatencyAccountant() function
H A Dxray-account.cpp132 using RecursionStatus = LatencyAccountant::FunctionStack::RecursionStatus;
158 bool LatencyAccountant::accountRecord(const XRayRecord &Record) { in accountRecord()
310 void LatencyAccountant::exportStats(const XRayFileHeader &Header, F Fn) const { in exportStats()
372 void LatencyAccountant::exportStatsAsText(raw_ostream &OS, in exportStatsAsText()
408 void LatencyAccountant::exportStatsAsCSV(raw_ostream &OS, in exportStatsAsCSV()
471 xray::LatencyAccountant FCA(FuncIdHelper, AccountRecursiveCallsOnly, in __anon7cc186040f02()