Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ RestartTimer
Function
RestartTimer
src/client/timer.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void RestartTimer(Timer timer)
90
{
91
timer->restart();
92
}
93
94
void PauseTimer(Timer timer)
95
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected