You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add experimental st40p api flag for our
framebuffer queue statistics. This will allow
user to see clearly how many frames are in
which queue state.
Example output:
TX_st40p(0,st40sink), stat free: 15
TX_st40p(0,st40sink), stat in_user: 0
TX_st40p(0,st40sink), stat ready: 12
TX_st40p(0,st40sink), stat in_transmitting: 1
We are assuming this may be inaccurate as no
locking is done on the queue, but it is
useful for debugging purposes.
We could possibly replace the current stats for
consumer / producer.
For now we are keeping it as an optional
feature.
0 commit comments