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

Method PrintHeaderDepth

library/src/ab_stats.cpp:182–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181
182void ABstats::PrintHeaderDepth(ofstream& fout) const
183{
184 fout << setw(5) << right << "Depth" <<
185 setw(7) << "Nodes" <<
186 setw(7) << "Cumul" <<
187 setw(6) << "Cum%" <<
188 setw(6) << "Cumc%" <<
189 setw(7) << "Branch" << "\n";
190
191 fout << std::string(38, '-') << "\n";
192}
193
194
195void ABstats::PrintStatsDepth(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected