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

Method GetMaxDeltaTime

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

Source from the content-addressed store, hash-verified

165 return Instance().stats_collectors_[handle].MeanDeltaTime();
166}
167double Statistics::GetMaxDeltaTime(std::string const& tag) { return GetMaxDeltaTime(GetHandle(tag)); }
168double Statistics::GetMaxDeltaTime(size_t handle) {
169 std::lock_guard<std::mutex> lock(Instance().mutex_);
170 return Instance().stats_collectors_[handle].MaxDeltaTime();

Callers

nothing calls this directly

Calls 1

MaxDeltaTimeMethod · 0.80

Tested by

no test coverage detected