MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / GetHz

Method GetHz

pose_graph/src/utils/Statistics.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154double Statistics::GetQ3(std::string const& tag) { return GetQ3(GetHandle(tag)); }
155double Statistics::GetHz(size_t handle) {
156 std::lock_guard<std::mutex> lock(Instance().mutex_);
157 return Instance().stats_collectors_[handle].MeanCallsPerSec();
158}
159double Statistics::GetHz(std::string const& tag) { return GetHz(GetHandle(tag)); }
160
161// Delta time statistics.

Callers

nothing calls this directly

Calls 1

MeanCallsPerSecMethod · 0.80

Tested by

no test coverage detected