forked from youtube/cobalt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry pick PR youtube#4058: [telemetry] Add telemetry to SbDrmCreate…
…System (youtube#4066) Refer to the original PR: youtube#4058 Adding additional Media Telemetry to cover SbPlayer DRM functions. The rough range of each function: 1. SbDrmCreateSystem(): 26.307ms to 94.221ms b/303328238 Co-authored-by: Bo-Rong Chen <[email protected]>
- Loading branch information
1 parent
d79a729
commit 9fb9073
Showing
4 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,6 +284,15 @@ Always run the pretty print utility on this file after editing: | |
<summary>Timing data for closing session of SbDrm.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.SbDrm.Create.LatencyTiming" units="microseconds" | ||
expires_after="never"> | ||
<!-- expires-never: Needed for long-term tracking of SbPlayer latencies. --> | ||
|
||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<summary>Timing data for the creation of SbDrm.</summary> | ||
</histogram> | ||
|
||
<histogram name="Cobalt.Media.SbDrm.Destroy.LatencyTiming" units="microseconds" | ||
expires_after="never"> | ||
<!-- expires-never: Needed for long-term tracking of SbPlayer latencies. --> | ||
|