commit | a97bb7322ca3c46ccb5e4d1db37b3fdf3a1e53d6 | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@chromium.org> | Thu Oct 01 22:28:40 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 01 22:28:40 2020 |
tree | 28238ad37cd63215822e4bc04805048292d7be34 | |
parent | b740ffb2a9632ba95807f187a51f1989c61c1921 [diff] |
BackgroundTracing: Switch to Perfetto client API This patch switches the background tracing subsystem to control tracing through the Perfetto client API. The main benefit of this is being able to specify priorities for tracing sessions (incl. legacy JSON ones), which avoids interfering with interactive tracing sessions such as ones from the DevTools profiler. Bug: 1058632 Change-Id: I9c35e079a75a51fd4472011eee23fd431a720bec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404830 Reviewed-by: oysteine <oysteine@chromium.org> Reviewed-by: ssid <ssid@chromium.org> Reviewed-by: Matthew Denton <mpdenton@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/master@{#812959}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.