カクつくのを箇所を見つけるフレームビューアの使い方

https://www.chromium.org/developers/how-tos/trace-event-profiling-tool/using-frameviewer

wiltzius@

ウェブアプリがスムーズに動くためにはユーザの入力からJavaScriptのイベント処理が終わるまで、16ms以内に収める必要がある。

実現には難しい場合があり、そのときにフレームごとに裏側で何が起こっているかを知る必要がある。FrameViewerでこれができるが、これはChromeのデバッグのためにつくられたもので、ウェブアプリのためのものではない。それでも開発者にとってはブラウザのフレームごとの処理を知るのは興味があることだろう。

前提条件:

The short version is you need a number of non-default tracing categories enabled; the easiest way to do this is to use the adb_prorfile_chrome script (see above) and pass --trace-frame-viewer to it.

Page last modified on October 16, 2018, at 11:29 AM
Powered by PmWiki