MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / total

Method total

src/benchmarks/bench.cpp:190–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 ConfidenceInterval total()
191 {
192 std::vector<double> sums;
193 sums.reserve(times.size());
194 for (const auto &iter_times : times)
195 {
196 sums.push_back(std::accumulate(iter_times.begin(), iter_times.end(), 0.0));
197 }
198 return confidenceInterval(sums);
199 }
200
201 ConfidenceInterval min()
202 {

Callers 1

bench.cppFile · 0.80

Calls 6

confidenceIntervalFunction · 0.85
reserveMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected