Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_accumulate
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
perf_random_number_engine
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
3
min_element
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
2
test_copy_if_odd
Function · 0.64
test_copy_if_in_sphere
Function · 0.64