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

Function DeleteTimer

src/client/timer.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void DeleteTimer(Timer timer)
75{
76 delete timer;
77}
78
79double GetTime(Timer timer)
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected