MCPcopy 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
89void RestartTimer(Timer timer)
90{
91 timer->restart();
92}
93
94void PauseTimer(Timer timer)
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected