mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
09cd7bf783
commit
f89428d9f8
4 changed files with 11 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue