MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / stop

Method stop

compute/perf/perf.hpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void stop()
65 {
66 timer.stop();
67 times.push_back(timer.elapsed().wall);
68 }
69
70 size_t trials() const
71 {

Callers 15

perf_accumulateFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

push_backMethod · 0.80

Tested by 2

test_copy_if_oddFunction · 0.64
test_copy_if_in_sphereFunction · 0.64