-
Notifications
You must be signed in to change notification settings - Fork 140
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
Implement metric for free cpu memory #5116
Implement metric for free cpu memory #5116
Conversation
b/390263164
I can't seem to access |
Bindings do not get generated at all and there is no build error if a semicolon is missing from the end of the interface definition.
I've fixed this, there was an issue where the binding for the extension function wasn't generating due to a missing semicolon (6fc9281) which gives no build error at all. Seems like it might be a bug in the Chromium IDL parser to not report that at all |
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.
Left a few comments, mostly about naming. Everything else looks good.
third_party/blink/renderer/core/cobalt/performance/performance_extensions.idl
Outdated
Show resolved
Hide resolved
third_party/blink/renderer/core/cobalt/performance/performance_extensions.idl
Outdated
Show resolved
Hide resolved
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.
LGTM modulo all reviewers' comments addressed.
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.
LGTM!
Replaced the CVal Memory.CPU.Free from Cobalt 25 and earlier. b/390263164 (cherry picked from commit a6e5022)
Refer to the original PR: #5116 Replaced the CVal Memory.CPU.Free from Cobalt 25 and earlier. b/390263164 Co-authored-by: Andrew Savage <[email protected]>
Replaced the CVal Memory.CPU.Free from Cobalt 25 and earlier.
b/390263164