Comments
Sort by recent activity
Just for my understanding:
Does it mean that also task preemption (next to Wait/Sleep) is not (yet) accounted for? In other words, if a task T1 executing a method M1 is preempted by another task T2 before M1 is finished, the timing reported for this specific execution of M1 will be the actual exectution time (CPU time) of M1 plus the time interval spent by T2? / comments
Just for my understanding:
Does it mean that also task preemption (next to Wait/Sleep) is not (yet) accounted for? In other words, if a task T1 executing a method M1 is preempted by another task T...