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

Method PrintHeaderDetail

library/src/ab_stats.cpp:262–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261
262void ABstats::PrintHeaderDetail(ofstream& fout) const
263{
264 fout << " d" << setw(7) << "Side1" << setw(7) << "Side0";
265
266 for (int p = 0; p < AB_SIZE; p++)
267 fout << setw(6) << p;
268
269 fout << "\n" << std::string(65, '-') << "\n";
270}
271
272
273void ABstats::PrintStatsDetail(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected