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

[android] Measuring the performance of SbPlayer #2316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

borongc
Copy link
Contributor

@borongc borongc commented Jan 28, 2024

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

Copy link

codecov bot commented Jan 28, 2024

Codecov Report

Attention: Patch coverage is 61.90476% with 8 lines in your changes missing coverage. Please review.

Project coverage is 57.84%. Comparing base (25efb1e) to head (a4a6073).
Report is 48 commits behind head on main.

Files Patch % Lines
cobalt/network/network_module.cc 60.00% 4 Missing ⚠️
cobalt/web/agent.cc 60.00% 4 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@borongc borongc force-pushed the cpu_utilization branch 9 times, most recently from 6997d0a to 67956a5 Compare January 29, 2024 20:34
@borongc borongc changed the title [media] Measuring CPU usage [android] Measuring CPU usage Jan 30, 2024
@borongc borongc force-pushed the cpu_utilization branch 6 times, most recently from 146d6e0 to 38009f8 Compare January 30, 2024 23:01
@borongc borongc changed the title [android] Measuring CPU usage [android] Measuring the performance of SbPlayer Jan 30, 2024
@borongc borongc force-pushed the cpu_utilization branch 6 times, most recently from 7e9d501 to 4c6c881 Compare February 1, 2024 19:30
@borongc borongc force-pushed the cpu_utilization branch 5 times, most recently from 207cfa1 to d391f06 Compare February 11, 2024 23:21
@borongc borongc force-pushed the cpu_utilization branch 3 times, most recently from 4ef03ed to 954b05c Compare February 12, 2024 23:10
@borongc borongc force-pushed the cpu_utilization branch 2 times, most recently from 808437d to 07ecae8 Compare March 12, 2024 16:30
@borongc borongc force-pushed the cpu_utilization branch 2 times, most recently from 08d2cdd to 5a12d53 Compare March 26, 2024 18:09
@borongc borongc force-pushed the cpu_utilization branch 2 times, most recently from 7dd6712 to 5a9732d Compare April 17, 2024 22:09
@borongc borongc force-pushed the cpu_utilization branch 3 times, most recently from d569688 to 51ac670 Compare May 15, 2024 17:02
@borongc borongc force-pushed the cpu_utilization branch 6 times, most recently from 9d404c5 to 5c9836d Compare May 22, 2024 20:03
@borongc borongc force-pushed the cpu_utilization branch 3 times, most recently from 12800d5 to f874ca4 Compare June 13, 2024 17:09
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant