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

Method IncExecuted

avida-core/source/main/cStats.h:652–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 void RecordDeath() { num_deaths++; }
651
652 void IncExecuted() { num_executed++; }
653
654 void AddNumOrgsKilled(long num) { sum_orgs_killed.Add(num); }
655 void AddNumUnoccupiedCellAttemptedToKill(long num) { sum_unoccupied_cell_kill_attempts.Add(num); }

Callers 2

ProcessStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected