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

Method GetVarianceDeltaTime

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

Source from the content-addressed store, hash-verified

180 return Instance().stats_collectors_[handle].GetLastDeltaTime();
181}
182double Statistics::GetVarianceDeltaTime(std::string const& tag) { return GetVarianceDeltaTime(GetHandle(tag)); }
183double Statistics::GetVarianceDeltaTime(size_t handle) {
184 std::lock_guard<std::mutex> lock(Instance().mutex_);
185 return Instance().stats_collectors_[handle].LazyVarianceDeltaTime();

Callers

nothing calls this directly

Calls 1

LazyVarianceDeltaTimeMethod · 0.80

Tested by

no test coverage detected