Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ timer
Method
timer
src/client/timer.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
#include
"timer.hpp"
19
20
timer::
21
timer() : elapsed_time_(0.0)
22
{
23
init_time_ = get_walltime();
24
}
25
26
timer::
27
~timer()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected