This command prints information about production firings. If an option is not given, then all productions are printed in a sorted list according to how many times they have fired.
firing-counts 10
This example prints the firing counts of productions my*first*production and my*second*production:
firing-counts my*first*production my*second*production
Note that firing counts are not reset by an init-soar command; the counts indicate the number of firings since the productions were loaded or built.
NB: This command is slow, because the sorting takes time O(n*log n)