Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ Timer
Method
Timer
src/TimeMeasurement.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
namespace libRSF
26
{
27
Timer::Timer()
28
{
29
_Start = std::chrono::high_resolution_clock::now();
30
}
31
32
void Timer::reset()
33
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected