-
Notifications
You must be signed in to change notification settings - Fork 132
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
[media] Replace instances of int64_t with base::Time #2236
Conversation
Changes cval stats test to call GetValueAsString(), as the previous GetValueAsPrettyString() added unnecessary formatting to base::TimeDelta values.
Also fixes log bug in FormatSupportQueryMetrics from the previous commit.
Changes the TimeDeltas to instantiated from microseconds rather than milliseconds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty straightforward.
Assuming all tests pass, LGTM
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2236 +/- ##
==========================================
- Coverage 58.53% 58.53% -0.01%
==========================================
Files 1908 1904 -4
Lines 94585 94522 -63
==========================================
- Hits 55369 55329 -40
+ Misses 39216 39193 -23 ☔ View full report in Codecov by Sentry. |
b/319904866 (cherry picked from commit 29389bb)
b/319904866