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

Method GetNumThreads

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

Source from the content-addressed store, hash-verified

744 int GetNumSingleThreadCreatures() const { return num_single_thread_creatures; }
745 int GetNumMultiThreadCreatures() const { return num_multi_thread_creatures; }
746 int GetNumThreads() const { return m_num_threads; }
747 int GetNumModified() const { return num_modified;}
748
749 int GetTotCreatures() const { return tot_organisms; }

Callers 12

ActivateParasiteMethod · 0.45
UpdateOrganismStatsMethod · 0.45
IsInterruptedMethod · 0.45
PrintInterruptDataMethod · 0.45
RunMethod · 0.45
UpdateMethod · 0.45
UpdateStats_CPUMethod · 0.45
UpdateStats_SMTMethod · 0.45
UpdateCPU_OriginalMethod · 0.45
UpdateCPU_SMTMethod · 0.45
DoInputMethod · 0.45
GetThreadSymbolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected