Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ get
Method
get
src/client/timer.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
double
32
timer::
33
get()
34
{
35
return elapsed_time_ + get_walltime() - init_time_;
36
}
37
38
void
39
timer::
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected