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

Method Reset

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

Source from the content-addressed store, hash-verified

335}
336
337void Statistics::Reset() {
338 std::lock_guard<std::mutex> lock(Instance().mutex_);
339 Instance().tag_map_.clear();
340}
341
342} // namespace utils

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected