Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
11
public:
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_TEST
Function · 0.45
operator()
Method · 0.45
UNIT_TEST
Function · 0.45
operator()
Method · 0.45
RunBenchmark
Function · 0.45
AddTransitGateSegment
Function · 0.45
AddTransitPedestrianSegment
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_CLASS_TEST
Function · 0.45
Calls
4
push_back
Method · 0.45
insert
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
Tested by
5
UNIT_CLASS_TEST
Function · 0.36
operator()
Method · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_CLASS_TEST
Function · 0.36