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

Method GetMeanDeltaTime

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

Delta time statistics.

Source from the content-addressed store, hash-verified

160
161// Delta time statistics.
162double Statistics::GetMeanDeltaTime(std::string const& tag) { return GetMeanDeltaTime(GetHandle(tag)); }
163double Statistics::GetMeanDeltaTime(size_t handle) {
164 std::lock_guard<std::mutex> lock(Instance().mutex_);
165 return Instance().stats_collectors_[handle].MeanDeltaTime();

Callers

nothing calls this directly

Calls 1

MeanDeltaTimeMethod · 0.80

Tested by

no test coverage detected