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

Method GetMinDeltaTime

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

Source from the content-addressed store, hash-verified

170 return Instance().stats_collectors_[handle].MaxDeltaTime();
171}
172double Statistics::GetMinDeltaTime(std::string const& tag) { return GetMinDeltaTime(GetHandle(tag)); }
173double Statistics::GetMinDeltaTime(size_t handle) {
174 std::lock_guard<std::mutex> lock(Instance().mutex_);
175 return Instance().stats_collectors_[handle].MinDeltaTime();

Callers

nothing calls this directly

Calls 1

MinDeltaTimeMethod · 0.80

Tested by

no test coverage detected