Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ tock
Method
tock
src/workflow/Timer.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void Timer::tock() {
36
m_end = ClockType::now();
37
}
38
39
std::string Timer::message() const {
40
return m_message;
Callers
2
tockCurrentTimer
Method · 0.80
timeReport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected