Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LBANN/lbann
/ running
Method
running
include/lbann/utils/timer.hpp:109–109 ·
view source on GitHub ↗
@brief Check if the timer is running. */
Source
from the content-addressed store, hash-verified
107
108
/** @brief Check if the timer is running. */
109
bool running() const noexcept { return m_start != TimePoint{}; }
110
111
private:
112
TimePoint m_start;
Callers
1
timer_test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected