MCPcopy Create free account
hub / github.com/KDE/kdevelop / printStatistics

Method printStatistics

kdevplatform/language/util/setrepository.cpp:979–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977};
978
979void BasicSetRepository::printStatistics() const
980{
981 StatisticsVisitor stats(m_dataRepository);
982 m_dataRepository.visitAllItems<StatisticsVisitor>(stats);
983 qCDebug(LANGUAGE) << "count of nodes:" << stats.nodeCount << "count of nodes with bad split:" <<
984 stats.badSplitNodeCount << "count of nodes with zero reference-count:" << stats.zeroRefCountNodes;
985}
986
987BasicSetRepository::~BasicSetRepository() = default;
988

Callers 1

testImportCacheMethod · 0.45

Calls

no outgoing calls

Tested by 1

testImportCacheMethod · 0.36