[SystemWebViewShell] Add WebViewTracingActivity for Tracing API telemetry.
Add activity to measure Tracing API related timings. In particular it allows to measure time for loading a given URL with or without tracing enabled. It also provides the overall tracing time, i.e. time it takes from starting tracing until completion when all traces are written to disk. Example usage: $ adb shell am start -n org.chromium.webview_shell/.WebViewTracingActivity -a VIEW -d \ http://www.google.com --ez enableTracing true BUG=797312 Change-Id: Iac5e871952d356762f351527b6aafdb4faf07255 Reviewed-on: https://chromium-review.googlesource.com/1153249 Commit-Queue: Tim Volodine <timvolodine@chromium.org> Reviewed-by:Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#580267}
Showing
Please register or sign in to comment