MCPcopy Create free account
hub / github.com/csmith-project/csmith / OutputStatistics

Method OutputStatistics

src/DeltaMonitor.cpp:169–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void
170DeltaMonitor::OutputStatistics(ostream &out)
171{
172 switch (DeltaMonitor::delta_type_) {
173 case dSimpleDelta:
174 SimpleDeltaRndNumGenerator::OutputStatistics(out);
175 break;
176 default:
177 assert(0);
178 break;
179 }
180}
181
182void
183DeltaMonitor::Output(ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected