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
|
|
@ -14,7 +14,7 @@ node and device statistics.
|
|||
A hierarchical view is shown of Driver nodes and follower nodes. The
|
||||
Driver nodes are actively using a timer to schedule dataflow in the
|
||||
followers. The followers of a driver node as shown below their driver
|
||||
with a + sign in a tree-like representation.
|
||||
with a + sign (or = for async nodes) in a tree-like representation.
|
||||
|
||||
The columns presented are as follows:
|
||||
|
||||
|
|
@ -173,8 +173,8 @@ For Video formats, the layout is \<pixelformat\>
|
|||
\parblock
|
||||
Name assigned to the device/node, as found in *pw-dump* node.name
|
||||
|
||||
Names are prefixed by *+* when they are linked to a driver (entry
|
||||
above with no +)
|
||||
Names are prefixed by *+*/*=* when they are linked to a driver (entry
|
||||
above with no +/=)
|
||||
\endparblock
|
||||
|
||||
# COMMANDS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue