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

Cherry pick PR #4068: [telemetry] Add telemetry to SbPlayer functions #4095

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

cobalt-github-releaser-bot
Copy link
Collaborator

Refer to the original PR: #4068

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

@cobalt-github-releaser-bot
Copy link
Collaborator Author

Important

There were merge conflicts while cherry picking! Check out cherry-pick-25.lts.1+-4068 and fix the conflicts before proceeding. Check the log at https://github.com/youtube/cobalt/actions/runs/10741745083 for details.

@borongc borongc marked this pull request as ready for review September 12, 2024 15:45
@borongc borongc self-requested a review September 12, 2024 15:45
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

(cherry picked from commit ea15d82)
@borongc borongc merged commit d7a0f48 into 25.lts.1+ Sep 28, 2024
300 of 301 checks passed
@borongc borongc deleted the cherry-pick-25.lts.1+-4068 branch September 28, 2024 04:18
borongc added a commit that referenced this pull request Oct 16, 2024
…unctions" (#4267)

Reverts #4095

b/303328238
b/373468508
b/373683632
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