MCPcopy Create free account
hub / github.com/comaps/comaps / Add

Method Add

libs/map/benchmark_tool/api.hpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11public:
12 void Add(double t) { m_time.push_back(t); }
13
14 void Add(Result const & r) { m_time.insert(m_time.end(), r.m_time.begin(), r.m_time.end()); }
15

Callers 9

UNIT_CLASS_TESTFunction · 0.45
operator()Method · 0.45
UNIT_TESTFunction · 0.45
operator()Method · 0.45
RunBenchmarkFunction · 0.45
AddTransitGateSegmentFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 4

push_backMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by 5

UNIT_CLASS_TESTFunction · 0.36
operator()Method · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36