Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-account.h92 template <class F> void exportStats(const XRayFileHeader &Header, F fn) const;
HDxray-account.cpp265 void LatencyAccountant::exportStats(const XRayFileHeader &Header, F Fn) const { in exportStats() function in LatencyAccountant
356 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText()
366 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()