============================= Number of phases since last init-soar =============================
| 310 | //Number of phases since last init-soar |
| 311 | //============================= |
| 312 | uint64_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 |
no outgoing calls
no test coverage detected