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

Method Header

library/src/system/timer_group.cpp:110–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110string TimerGroup::Header() const
111{
112 stringstream ss;
113 ss << setw(14) << left << "Name" <<
114 setw(9) << right << "Count" <<
115 setw(11) << "User" <<
116 setw(7) << "Avg" <<
117 setw(5) << "%" <<
118 setw(11) << "Syst" <<
119 setw(7) << "Avg" <<
120 setw(5) << "%" << "\n";
121 return ss.str();
122}
123
124
125string TimerGroup::DetailHeader() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected