MCPcopy Create free account
hub / github.com/devosoft/avida / Process

Method Process

avida-core/source/actions/PrintActions.cc:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 static const cString GetDescription() { return "Arguments: <cString fname> <cString format>"; }
403
404 void Process(cAvidaContext&)
405 {
406 m_world->GetStats().PrintDataFile(m_filename, m_format, ',');
407 }
408};
409
410class cActionPrintInstructionData : public cAction, public Data::Recorder

Callers

nothing calls this directly

Calls 2

PrintDataFileMethod · 0.80
GetStatsMethod · 0.45

Tested by

no test coverage detected