HomeSort by: relevance | last modified time | path
    Searched refs:exportStats (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-account.h 109 template <class F> void exportStats(const XRayFileHeader &Header, F fn) const;
xray-account.cpp 310 void LatencyAccountant::exportStats(const XRayFileHeader &Header, F Fn) const {
401 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) {
411 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) {

Completed in 36 milliseconds