Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.cpp221 struct ResultRow { struct
233 ResultRow getStats(std::vector<uint64_t> &Timings) { in getStats()
235 ResultRow R; in getStats()
260 using TupleType = std::tuple<int32_t, uint64_t, ResultRow>; in exportStats()
400 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText()
410 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()