Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ SumLine
Method
SumLine
library/src/system/timer_group.cpp:138–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
137
138
string TimerGroup::SumLine(const Timer& sumTotal) const
139
{
140
Timer ownSum;
141
TimerGroup::Sum(ownSum);
142
143
return ownSum.SumLine(sumTotal, bname);
144
}
145
146
147
string TimerGroup::TimerLines(const Timer& sumTotal) const
Callers
1
TimerLines
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected