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

Method PrintDataFile

avida-core/source/main/cStats.cc:651–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651void cStats::PrintDataFile(const cString& filename, const cString& format, char sep)
652{
653 Avida::Output::FilePtr df = Avida::Output::File::StaticWithPath(m_world->GetNewWorld(), (const char*)filename);
654 m_data_manager.PrintRow(*df, format, sep);
655}
656
657
658void cStats::PrintAverageData(const cString& filename)

Callers 1

ProcessMethod · 0.80

Calls 2

GetNewWorldMethod · 0.80
PrintRowMethod · 0.80

Tested by

no test coverage detected