Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp262 struct ResultRow { struct
274 ResultRow getStats(MutableArrayRef<uint64_t> Timings) { in getStats()
276 ResultRow R; in getStats()
301 using TupleType = std::tuple<int32_t, uint64_t, ResultRow>;
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()