============================= Number of elaborations (or completed phases w/o rules firing) since last init-soar This definitions of elaborations matches with "run 1 -e". If you want to know how many sets of rules have fired you need a different counter. =============================
| 320 | // If you want to know how many sets of rules have fired you need a different counter. |
| 321 | //============================= |
| 322 | uint64_t AgentSML::GetNumElaborationsExecuted() |
| 323 | { |
| 324 | return m_agent->run_elaboration_count ; |
| 325 | } |
| 326 | |
| 327 | //============================= |
| 328 | //Number of outputs generated by this agent (or times reaching "max-nil-outputs" limit) |
no outgoing calls
no test coverage detected