Home
last modified time | relevance | path

Searched refs:GetExecutedSize (Results 1 – 9 of 9) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/classification/
H A DcGenomeTestMetrics.cc50 m_executed_size = phenotype.GetExecutedSize(); in cGenomeTestMetrics()
H A DcBGGenotype.h154 inline double GetExecutedSize() const { return m_exe_size.Average(); } in GetExecutedSize() function
H A DcBGGenotype.cc167 m_exe_size.Add(phenotype.GetExecutedSize()); in HandleBioUnitGestation()
H A DcBGGenotypeManager.cc169 stats.SetDomExeSize(dom_genotype->GetExecutedSize()); in UpdateStats()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcTestCPU.cc389 df.WriteComment(c.Set("Executed Size...: %d", phenotype.GetExecutedSize())); in PrintGenome()
500 df.WriteComment(c.Set("Executed Size...: %d", phenotype.GetExecutedSize())); in PrintBioGroup()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcAnalyzeGenotype.cc574 exe_length = likely_phenotype->GetExecutedSize(); in Recalculate()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPhenotype.h367 int GetExecutedSize() const { assert(initialized == true); return executed_size; } in GetExecutedSize() function
H A DcPopulation.cc5357 stats.SumExeSize().Add(phenotype.GetExecutedSize()); in UpdateOrganismStats()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/actions/
H A DPrintActions.cc2673 df.Write(colony_phenotype.GetExecutedSize(), "Executed Size"); in Process()
3008 df.Write(colony_phenotype.GetExecutedSize(), "Executed Size"); in Process()