Searched refs:getStats (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-graph.cpp | 275 void GraphRenderer::getStats(U begin, U end, GraphRenderer::TimeStat &S) { in getStats() function in GraphRenderer 304 getStats(A.Timings.begin(), A.Timings.end(), A.S); in calculateEdgeStatistics() 317 getStats(TempTimings.begin(), TempTimings.end(), G[V.first].S); in calculateVertexStatistics()
|
H A D | xray-account.cpp | 272 ResultRow getStats(MutableArrayRef<uint64_t> Timings) { in getStats() function 316 Results.emplace_back(FuncId, Timings.size(), getStats(Timings)); in exportStats()
|
H A D | xray-graph.h | 106 void getStats(U begin, U end, GraphRenderer::TimeStat &S);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | Clustering.h | 151 const std::vector<PerInstructionStats> &getStats() const { in getStats() function
|
H A D | Analysis.cpp | 325 for (const auto &Stats : Cluster.getCentroid().getStats()) { in printSchedClassClustersHtml() 364 RSC.getAsPoint(Mode, STI, Centroid.getStats()); in measurementsMatch()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/ |
H A D | gc.d | 1153 getStats(stats);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/ |
H A D | gc.d | 1265 getStats(stats);
|