Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void Timer::discardTiming() { m_timing = false; }
143
144
void Timing::addTime(size_t handle, double seconds) { m_timers[handle].m_acc(seconds); }
145
146
double Timing::getTotalSeconds(size_t handle) {
147
OKVIS_ASSERT_TRUE(TimerException,
Callers
1
stop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected