Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ reset_delay
Method
reset_delay
src/client/timer.cpp:60–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void
61
timer::
62
reset_delay(double delay_time)
63
{
64
reset();
65
elapsed_time_ = delay_time;
66
}
67
68
Timer CreateTimer()
69
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected