MCPcopy 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
60void
61timer::
62reset_delay(double delay_time)
63{
64 reset();
65 elapsed_time_ = delay_time;
66}
67
68Timer CreateTimer()
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected