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

Function CreateTimer

src/client/timer.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68Timer CreateTimer()
69{
70 Timer local_timer = new timer();
71 return local_timer;
72}
73
74void DeleteTimer(Timer timer)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected