Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cusplibrary/cusplibrary
/ seconds_elapsed
Method
seconds_elapsed
performance/timer.h:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
return elapsed_time;
49
}
50
float seconds_elapsed()
51
{
52
return milliseconds_elapsed() / 1000.0;
53
}
54
};
55
56
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected