MCPcopy Create free account
hub / github.com/acl-dev/acl / statistics

Method statistics

lib_acl_cpp/independent/connpool/src/connect_manager.cpp:252–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void connect_manager::statistics()
253{
254 std::vector<connect_pool*>::const_iterator cit = pools_.begin();
255 for (; cit != pools_.end(); ++cit)
256 (*cit)->reset_statistics(stat_inter_);
257}
258
259} // namespace acl

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.45
reset_statisticsMethod · 0.45

Tested by

no test coverage detected