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

metric: Thread availability #28

Closed
paulirish opened this issue Mar 18, 2016 · 0 comments
Closed

metric: Thread availability #28

paulirish opened this issue Mar 18, 2016 · 0 comments
Assignees
Labels

Comments

@paulirish
Copy link
Member

Capturing how available the main thread is. This is a proxy metric to for potential input latency, as we cannot predict when input will hit the browser.


Update: See details at Timestamp: Main thread ready for interaction in #27

Scoring

S-curve handled by Ben's math. Basic expectations:

  • Goal: 90% percentile main thread task duration ~ under 300ms
  • Goal: Maximum main thread task duration is < 400ms
  • 100/100 is 90% percentile figure is <12ms
  • 0/100 is 90% percentile figure is <1000ms.
  • TBD: Determine curve.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants