mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-18 00:59:41 +00:00
`sched_wakeup` notifies about the kernel saying it will be waking up the thread, not the reason for the actual wakeup. This only allows to measure the scheduling latency, not the full wake up latency. Instead, use `sched_waking` which is triggered on the ring of the CPU and thread responsible for the wakeup. `target_cpu` contains the cpu on which the thread will be woken up.
57 KiB
57 KiB