You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to limit the number of events to Event Recorder, so I'm only running with "Op" events on. This will sometimes make it unclear which thread is performing DelayStarted or DelayUntilStarted, since they always arrive when a thread is switched out.
I suggest adding the thread_id of the referenced thread in these events, which should not affect performance too much since there is already one unused parameter for them.
The text was updated successfully, but these errors were encountered:
joelbyren
pushed a commit
to joelbyren/CMSIS_5
that referenced
this issue
May 21, 2020
I'm trying to limit the number of events to Event Recorder, so I'm only running with "Op" events on. This will sometimes make it unclear which thread is performing DelayStarted or DelayUntilStarted, since they always arrive when a thread is switched out.
I suggest adding the thread_id of the referenced thread in these events, which should not affect performance too much since there is already one unused parameter for them.
The text was updated successfully, but these errors were encountered: