Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Stats for Performance diagnostics #46

Merged
merged 4 commits into from
Nov 18, 2020
Merged

Conversation

ShootingKing-AM
Copy link
Member

@ShootingKing-AM ShootingKing-AM commented Nov 16, 2020

Updated addtional FPS and Latency stats for Performance diagnostics:

--- @M - Mobile; @C - CPU/Desktop ---
@FPS
SR - StreamReceiver @M
D - Media Decoder @M
R - Frame Renderer @M

cR - Frame Renderer @C
SS - Stream Sender @C
SW - Stream Writer @C
E - Media Encoder @C
VRa - VR Application FPS @C

@Latency
tSS - Time Delay between RendererGotFrame and RendererRendered @C
tE - Time Delay between EncoderGotFrame and EncoderEncoded @C
tND - NetworkDelay - Time Delay between DataPacketSent from @C to DataPacketReceived @M
tSR - StreamReceiver - Time Delay between DataPacketSent from @C to DataSentToMediaDecoder @M

Additionally this PR also fixes SettingsActivity.kt bugs as reported in #49 . Extra perfomance indicators added as required in #44

Added addtional Stats:
--- FPS and Latency Stats       ---
                                    --- M - Mobile; C - CPU/Desktop ---
                                    SR - StreamReceiver @m
                                    D - Media Decoder @m
                                    R - Frame Renderer @m

                                    cR - Frame Renderer @C
                                    SS - Stream Sender @C
                                    SW - Stream Writer @C
                                    E - Media Encoder @C
                                    VRa - VR Application FPS @C

                                    tSS - Time Delay between RendererGotFrame and RendererRendered @C
                                    tE - Time Delay between EncoderGotFrame and EncoderEncoded @C
                                    tND - NetworkDelay - Time Delay between DataPacketSent from @C to DataPacketReceived @m
                                    tSR - StreamReceiver - Time Delay between DataPacketSent from @C to DataSentToMediaDecoder @m
@ShootingKing-AM ShootingKing-AM added the enhancement feature improvement or request label Nov 16, 2020
Fixing Settings Activity for Numbers input, with constrain as numbers digits="0123456789.,"
Fixing Android Floating point bug which replaces "," by "." without user interaction. Issue : `https://issuetracker.google.com/issues/36907764`
@ShootingKing-AM ShootingKing-AM added the fix Code fixes label Nov 18, 2020
Update readme for Addtional performance stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature improvement or request fix Code fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant