This example project shows how to use start/stop events with the Event Recorder.

The start/stop events allow to measure execution times with different slots (0 - 15)
in four different groups (A - D). The call to 'EventStart' starts a timer slot;
the call to 'EventStop' stops the related timer.  A call to EventStop with slot 15
stops the timers of all slots in the specific group.

This demo application does some time consuming calculations that are recorded
and can be displayed in the Event Statistics window.

Note:
This example runs in simulation and does not require any hardware to be present.
