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

Method Seconds

src/caffe/util/benchmark.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104float Timer::Seconds() {
105 return MilliSeconds() / 1000.;
106}
107
108void Timer::Init() {
109 if (!initted()) {

Callers 2

StepMethod · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64