MCPcopy Create free account
hub / github.com/BVLC/caffe / CPUTimer

Method CPUTimer

src/caffe/util/benchmark.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122CPUTimer::CPUTimer() {
123 this->initted_ = true;
124 this->running_ = false;
125 this->has_run_at_least_once_ = false;
126}
127
128void CPUTimer::Start() {
129 if (!running()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected