Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h107 template <class F> void exportStats(const XRayFileHeader &Header, F fn) const;
H A Dxray-account.cpp312 void LatencyAccountant::exportStats(const XRayFileHeader &Header, F Fn) const { in exportStats() function in LatencyAccountant
403 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText()
413 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()