tree: 69155d8cfaf25ee143f78cf65e0f4f7cccb3e84d [path history] [tgz]
  1. config/
  2. src/
  3. .clang-format
  4. bs-config.js
  5. BUILD.gn
  6. deploy
  7. index.html
  8. jest.headless.config.js
  9. jest.jsdom.config.js
  10. jest.unit.config.js
  11. node
  12. npm
  13. OWNERS
  14. package-lock.json
  15. package.json
  16. PRESUBMIT.py
  17. query.html
  18. README.md
  19. rollup.config.js
  20. run-dev-server
  21. tsconfig.json
  22. tslint.json
qt-everywhere-src-5.15.1/qtwebengine/src/3rdparty/chromium/third_party/perfetto/ui/README.md

Perfetto UI

Quick Start

Run:

$ git clone https://android.googlesource.com/platform/external/perfetto/
$ cd perfetto
$ tools/install-build-deps --no-android --ui
$ tools/gn gen out/debug --args='is_debug=true is_clang=true'
$ tools/ninja -C out/debug ui

For more details on gn configs see Build Instructions.

To run the tests:

$ out/debug/ui_unittests
$ out/debug/ui_tests

To run the tests in watch mode:

$ out/debug/ui_unittests --watch

Finally run:

$ ./ui/run-dev-server out/debug

and navigate to localhost:3000.