MCPcopy Create free account
hub / github.com/SoarGroup/Soar / GetNumPhasesExecuted

Method GetNumPhasesExecuted

Core/KernelSML/src/sml_AgentSML.cpp:312–315  ·  view source on GitHub ↗

============================= Number of phases since last init-soar =============================

Source from the content-addressed store, hash-verified

310//Number of phases since last init-soar
311//=============================
312uint64_t AgentSML::GetNumPhasesExecuted()
313{
314 return m_agent->run_phase_count;
315}
316
317//=============================
318// Number of elaborations (or completed phases w/o rules firing) since last init-soar

Callers 2

GetStepCounterMethod · 0.80
GetRunCounterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected