Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp531 uptr getStats(AllocatorStat StatType) { in getStats() function
534 Backend.getStats(stats); in getStats()
721 return Instance.getStats(AllocatorStatAllocated); in __sanitizer_get_current_allocated_bytes()
725 return Instance.getStats(AllocatorStatMapped); in __sanitizer_get_heap_size()
H A Dscudo_allocator_combined.h60 void getStats(AllocatorStatCounters StatType) const { in getStats() function
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-graph.cpp259 void GraphRenderer::getStats(U begin, U end, GraphRenderer::TimeStat &S) { in getStats() function in GraphRenderer
288 getStats(A.Timings.begin(), A.Timings.end(), A.S); in calculateEdgeStatistics()
302 getStats(TempTimings.begin(), TempTimings.end(), G[V.first].S); in calculateVertexStatistics()
H A Dxray-account.cpp237 ResultRow getStats(std::vector<uint64_t> &Timings) { in getStats() function
279 Results.emplace_back(FuncId, Timings.size(), getStats(Timings)); in exportStats()
H A Dxray-graph.h108 void getStats(U begin, U end, GraphRenderer::TimeStat &S);