Skip to content

Conversation

DawidWesierski4
Copy link
Collaborator

Add experimental st40p api flag for our
framebuffer queue statistics. This will allow
the 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.

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.
@DawidWesierski4 DawidWesierski4 merged commit 772621d into OpenVisualCloud:main Jun 11, 2025
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants