MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / reset

Method reset

src/client/timer.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void
53timer::
54reset()
55{
56 elapsed_time_ = 0.0;
57 init_time_ = get_walltime();
58}
59
60void
61timer::

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected