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

Compute Pressure API: Initial implementation without platform support. #27858

Merged
merged 1 commit into from May 5, 2021

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Mar 2, 2021

This CL implements the API described in the following explainer:
https://github.com/oyiptong/compute-pressure/blob/main/README.md

The browser-side implementation has all the infrastructure for
collecting compute pressure information, but no platform-specific
implementation. Per-platform code will be landed in follow-up CLs.

Intent to Prototype thread:
https://groups.google.com/a/chromium.org/g/blink-dev/c/LTIRZ24C5Os/

Fixed: 1183600
Change-Id: I4fd929950b2a0d7810780e5af8d85063f4a3c6e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2727134
Reviewed-by: Olivier Yiptong <oyiptong@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Olivier Yiptong <oyiptong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#879584}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2727134 branch 2 times, most recently from a82fac2 to 1fb8a2c Compare March 4, 2021 22:45
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2727134 branch 6 times, most recently from 3ce4031 to 13fd120 Compare March 12, 2021 20:01
@chromium-wpt-export-bot chromium-wpt-export-bot changed the title Compute-Pressure: Initial web API for reporting compute pressure Compute-Pressure: Observer API and Null Backend Mar 31, 2021
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2727134 branch 4 times, most recently from 3c9d933 to fe2f8cc Compare April 6, 2021 07:35
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2727134 branch 9 times, most recently from 30e1118 to 34149a1 Compare April 21, 2021 01:11
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2727134 branch 3 times, most recently from e45ef15 to 1dd4f50 Compare April 27, 2021 04:24
@chromium-wpt-export-bot chromium-wpt-export-bot changed the title Compute-Pressure: Observer API and Null Backend Compute Pressure API: Initial implementation without platform support. Apr 27, 2021
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2727134 branch 5 times, most recently from 7a07805 to 9031bf4 Compare May 1, 2021 21:30
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2727134 branch 3 times, most recently from 151eecd to a32ef5b Compare May 5, 2021 20:20
This CL implements the API described in the following explainer:
https://github.com/oyiptong/compute-pressure/blob/main/README.md

The browser-side implementation has all the infrastructure for
collecting compute pressure information, but no platform-specific
implementation. Per-platform code will be landed in follow-up CLs.

Intent to Prototype thread:
https://groups.google.com/a/chromium.org/g/blink-dev/c/LTIRZ24C5Os/

Fixed: 1183600
Change-Id: I4fd929950b2a0d7810780e5af8d85063f4a3c6e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2727134
Reviewed-by: Olivier Yiptong <oyiptong@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Olivier Yiptong <oyiptong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#879584}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants