MCPcopy 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
20timer::
21timer() : elapsed_time_(0.0)
22{
23 init_time_ = get_walltime();
24}
25
26timer::
27~timer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected