-
Notifications
You must be signed in to change notification settings - Fork 28
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
Define processing algorithm #4
Comments
I realized that the processing model in the spec right now (even after my polish advisements in #15) doesn't quite work. Right now it effectively calls the "report paint timing" algorithm during every "update the rendering", but that's bad, because it queues a new entry every frame. Let me propose the following refactoring on top of #15:
|
Updated with a few tweaks:
|
Looks good apart from the one question about timestamps I mentioned in https://github.com/WICG/paint-timing/issues/15#issuecomment-316204404. Maybe we should close this issue and move over there. |
sounds good. |
From an email thread with @domenic...
The text was updated successfully, but these errors were encountered: