-
Notifications
You must be signed in to change notification settings - Fork 61
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
Document more metrics #45
Comments
Specifically, things that are missing:
|
A lot of this stuff seems to be defined in http://opensource.apple.com/source/WebCore/WebCore-7537.70/inspector/InspectorTimelineAgent.cpp I'll be adding things here little by little to help anyone looking for the same info: HitTesthttp://stackoverflow.com/questions/33174286/what-is-the-chrome-dev-tools-hit-test-timeline-entry PaintedAreabrowser-perf-defined (?) metric of total painted area in sq pixels? NodePerLayout_avgbrowser-perf-defined metric of ... ParseAuthorStylesheethttp://stackoverflow.com/questions/31963632/parse-author-style-sheet-in-timeline UpdateLayer_*http://stackoverflow.com/questions/25724126/chrome-devtools-timeline-update-layer-tree-event |
I think this is a great idea. The explanation for each metric is in here - https://github.com/axemclion/browser-perf/tree/master/docs. While I try to keep them updated for each chrome version, new metrics keep popping up with new versions on Chrome :) Would update these in the docs when I get time. Would also appreciate a PR if you can do it earlier than what I can manage. |
I'm seeing more metrics than documented at https://github.com/axemclion/browser-perf/wiki/Metrics. I'm guessing some of them are newer additions in timeline. It would be great to document more of them.
Here's an example output of my script that compares 2 versions of a page:
The text was updated successfully, but these errors were encountered: