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

Method addTime

okvis_ros/okvis/okvis_timing/src/Timer.cpp:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142void Timer::discardTiming() { m_timing = false; }
143
144void Timing::addTime(size_t handle, double seconds) { m_timers[handle].m_acc(seconds); }
145
146double Timing::getTotalSeconds(size_t handle) {
147 OKVIS_ASSERT_TRUE(TimerException,

Callers 1

stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected