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

Method DetailHeader

library/src/system/timer_group.cpp:125–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125string TimerGroup::DetailHeader() const
126{
127 stringstream ss;
128 ss << setw(14) << left << "Name " <<
129 setw(11) << right << "Number" <<
130 setw(11) << "User ticks" <<
131 setw(11) << "Avg" <<
132 setw(11) << "System" <<
133 setw(11) << "Avg ms" << "\n";
134 return ss.str();
135}
136
137
138string TimerGroup::SumLine(const Timer& sumTotal) const

Callers 1

PrintStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected