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

Method PrintHeaderPosition

library/src/ab_stats.cpp:137–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137void ABstats::PrintHeaderPosition(ofstream& fout) const
138{
139 fout << "No " <<
140 setw(20) << left << "Return" <<
141 setw(9) << right << "Count" <<
142 setw(6) << "%" <<
143 setw(6) << "d_avg" <<
144 setw(9) << "Cumul" <<
145 setw(6) << "%" <<
146 setw(6) << "d_avg" << "\n";
147
148 fout << std::string(65, '-') << "\n";
149}
150
151
152void ABstats::PrintStatsPosition(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected