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

Method min_time

compute/perf/perf.hpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 nanosecond_type min_time() const
86 {
87 return *std::min_element(times.begin(), times.end());
88 }
89
90 nanosecond_type max_time() const
91 {

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 3

min_elementFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 2

test_copy_if_oddFunction · 0.64
test_copy_if_in_sphereFunction · 0.64