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 SbPlayer functions #4068

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 29, 2024

  1. [telemetry] Add telemetry to SbPlayer functions

    Adding additional Media Telemetry to cover SbPlayer functions.
    
    The rough range of each function:
    1. SbPlayerGetPreferredOutputMode(): 1.5us to 13us
    2. SbPlayerSeek(): 6us to 318us
    3. SbPlayerWriteEndOfStream()/audio: 13us to 6.3ms
    4. SbPlayerWriteEndOfStream()/video: 3us to 2.8ms
    5. SbPlayerSetBounds(): 133us to 26.95ms
    6. SbPlayerSetPlaybackRate(): 6us to 11.17ms
    7. SbPlayerSetVolume(): 7us to 17.89ms
    8. SbPlayerGetInfo(): 1us to 6.8ms
    9. SbPlayerGetAudioConfiguration(): 2us to 22.7ms
    10. SbPlayerGetCurrentFrame(): 5us to 61.7ms
    
    b/303328238
    borongc committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bcc1bc4 View commit details
    Browse the repository at this point in the history