tools: print async node state in pw-top

Pass the node async state in the profiler and use this in pw-top to draw
the node with = instead of a + in the tree when it's async.
This commit is contained in:
Wim Taymans 2025-09-15 12:29:57 +02:00
parent 09cd7bf783
commit f89428d9f8
4 changed files with 11 additions and 7 deletions

View file

@ -66,7 +66,8 @@ enum spa_profiler {
* Long : finish,
* Int : status,
* Fraction : latency,
* Int : xrun_count)) */
* Int : xrun_count))
* Bool : async)) */
SPA_PROFILER_followerClock, /**< follower clock information
* (Struct(
* Int : clock id,