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
We need to track the respective per-task times of the mutexes also relative to the lifetimes of the tasks.
For example, we may have a task 4 which uses mutex 6 for a total of 2 ms. The task lifetime may be 10 ms, but the trace duration may be 1000 ms. It is interesting to know that the mutex is used for 20% of the task lifetime.
The text was updated successfully, but these errors were encountered:
We need to track the respective per-task times of the mutexes also relative to the lifetimes of the tasks.
For example, we may have a task 4 which uses mutex 6 for a total of 2 ms. The task lifetime may be 10 ms, but the trace duration may be 1000 ms. It is interesting to know that the mutex is used for 20% of the task lifetime.
The text was updated successfully, but these errors were encountered: