-
Notifications
You must be signed in to change notification settings - Fork 121
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
[android] Measuring the performance of SbPlayer #2316
Open
borongc
wants to merge
1
commit into
youtube:main
Choose a base branch
from
borongc:cpu_utilization
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
borongc
force-pushed
the
cpu_utilization
branch
from
January 28, 2024 01:58
19a7c5d
to
c36a01c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2316 +/- ##
==========================================
- Coverage 58.12% 57.84% -0.29%
==========================================
Files 1774 1780 +6
Lines 85781 86455 +674
==========================================
+ Hits 49862 50007 +145
- Misses 35919 36448 +529 ☔ View full report in Codecov by Sentry. |
borongc
force-pushed
the
cpu_utilization
branch
9 times, most recently
from
January 29, 2024 20:34
6997d0a
to
67956a5
Compare
borongc
force-pushed
the
cpu_utilization
branch
6 times, most recently
from
January 30, 2024 23:01
146d6e0
to
38009f8
Compare
borongc
changed the title
[android] Measuring CPU usage
[android] Measuring the performance of SbPlayer
Jan 30, 2024
borongc
force-pushed
the
cpu_utilization
branch
6 times, most recently
from
February 1, 2024 19:30
7e9d501
to
4c6c881
Compare
borongc
force-pushed
the
cpu_utilization
branch
5 times, most recently
from
February 11, 2024 23:21
207cfa1
to
d391f06
Compare
borongc
force-pushed
the
cpu_utilization
branch
3 times, most recently
from
February 12, 2024 23:10
4ef03ed
to
954b05c
Compare
borongc
force-pushed
the
cpu_utilization
branch
from
February 21, 2024 17:51
954b05c
to
32d9cf0
Compare
borongc
force-pushed
the
cpu_utilization
branch
2 times, most recently
from
March 12, 2024 16:30
808437d
to
07ecae8
Compare
borongc
force-pushed
the
cpu_utilization
branch
2 times, most recently
from
March 26, 2024 18:09
08d2cdd
to
5a12d53
Compare
borongc
force-pushed
the
cpu_utilization
branch
2 times, most recently
from
April 17, 2024 22:09
7dd6712
to
5a9732d
Compare
borongc
force-pushed
the
cpu_utilization
branch
from
April 26, 2024 17:14
5a9732d
to
ab74d1a
Compare
borongc
force-pushed
the
cpu_utilization
branch
3 times, most recently
from
May 15, 2024 17:02
d569688
to
51ac670
Compare
borongc
force-pushed
the
cpu_utilization
branch
6 times, most recently
from
May 22, 2024 20:03
9d404c5
to
5c9836d
Compare
borongc
force-pushed
the
cpu_utilization
branch
3 times, most recently
from
June 13, 2024 17:09
12800d5
to
f874ca4
Compare
This CL includes the performance metrics as the following: 1. CPU usage: the percentage of time spent executing across all threads of the process. It could exceed 100% on multi-core systems. 2. Dropped frames: the number of dropped video frames. 3. Audio underrun count: the number of audio buffer to underflow and a potential audio glitch or pop. b/315159208
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This CL includes the performance metrics as the following:
b/315159208