Graph to be stepped and monitored by this toolbar
Learning rate of the leaky integrator that calculates the graph's current rate of execution
Interval between counter updates in milliseconds
A Runnable that periodically updates the simulation tick counter and frequency panels.
Implements a toolbar with buttons for stepping a model as well as counters for showing how many simulation ticks have passed and the model's current rate of execution (in ticks per second). This class spawns a new thread that will periodically query
computeGraph
for the current sim tick and update the counters.