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 #2586: Add telemetry for SourceBuffer.appendBuffer #2629

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

cobalt-github-releaser-bot
Copy link
Collaborator

Refer to the original PR: #2586

Modifies the SourceBufferMetrics class to not be completely stubbed out in gold builds, and use it to send UMA histograms for the time spent in SourceBuffer::PrepareAppend and
SourceBufferAppendAlgorithm::Process.

Added basic unit tests for the SourceBufferMetrics class, to assert that the new code reports telemetry against the correct histograms.

b/329439818

Change-Id: I7921434b02c689b645ab2a60464eee166d829135

Modifies the SourceBufferMetrics class to not be completely stubbed out
in gold builds, and use it to send UMA histograms for the time spent in
`SourceBuffer::PrepareAppend` and
`SourceBufferAppendAlgorithm::Process`.

Added basic unit tests for the `SourceBufferMetrics` class, to assert
that the new code reports telemetry against the correct histograms.

b/329439818

Change-Id: I7921434b02c689b645ab2a60464eee166d829135
(cherry picked from commit 0279b59)
@cobalt-github-releaser-bot
Copy link
Collaborator Author

Important

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

Change-Id: I1c45f64787f28899f9a9da575f5b42490fec32e5
….lts.1+-2586

Change-Id: Icbe6a69715cbd7438ab706a158358998f4be0256
@at-ninja at-ninja marked this pull request as ready for review March 19, 2024 22:40
Copy link
Contributor

@sideb0ard sideb0ard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@at-ninja at-ninja enabled auto-merge March 19, 2024 23:30
@at-ninja at-ninja disabled auto-merge March 19, 2024 23:30
@at-ninja at-ninja enabled auto-merge (squash) March 19, 2024 23:30
@at-ninja at-ninja merged commit 0ed1dd1 into 24.lts.1+ Mar 19, 2024
431 checks passed
@at-ninja at-ninja deleted the cherry-pick-24.lts.1+-2586 branch March 19, 2024 23:33
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.

3 participants