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

[telemetry] Add telemetry to SbPlayerWriteSamples #4097

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. [telemetry] Add telemetry to SbPlayerWriteSamples

    Adding additional Media Telemetry to cover SbPlayerWriteSamples.
    
    The rough range of each function:
    1. When batched write is enabled (Media.MaxAudioSamplesPerWrite=256):
      1. SbPlayerWriteSamples()/audio: 1us to 98us
      2. SbPlayerWriteSamples()/video: 1us to 3.4ms
    2. When batched write is disabled (Media.MaxAudioSamplesPerWrite=1):
      1. SbPlayerWriteSamples()/audio: 9us to 65.47ms
      2. SbPlayerWriteSamples()/video: 8us to 28.07ms
    
    b/303328238
    borongc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    09ae263 View commit details
    Browse the repository at this point in the history