MCPcopy Create free account
hub / github.com/dds-bridge/dds / DetailLines

Method DetailLines

library/src/system/timer_group.cpp:160–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160string TimerGroup::DetailLines() const
161{
162 stringstream ss;
163 for (unsigned i = 0; i < timers.size(); i++)
164 {
165 if (timers[i].Used())
166 ss << timers[i].DetailLine();
167 }
168
169 return ss.str();
170}
171
172
173string TimerGroup::DashLine() const

Callers 1

PrintStatsMethod · 0.80

Calls 2

DetailLineMethod · 0.80
UsedMethod · 0.45

Tested by

no test coverage detected