You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| config | 4 years ago | |
| src | 4 years ago | |
| .clang-format | 4 years ago | |
| BUILD.gn | 4 years ago | |
| OWNERS | 4 years ago | |
| PRESUBMIT.py | 4 years ago | |
| README.md | 4 years ago | |
| bs-config.js | 4 years ago | |
| deploy | 4 years ago | |
| index.html | 4 years ago | |
| jest.headless.config.js | 4 years ago | |
| jest.jsdom.config.js | 4 years ago | |
| jest.unit.config.js | 4 years ago | |
| node | 4 years ago | |
| npm | 4 years ago | |
| package-lock.json | 4 years ago | |
| package.json | 4 years ago | |
| query.html | 4 years ago | |
| rollup.config.js | 4 years ago | |
| run-dev-server | 4 years ago | |
| tsconfig.json | 4 years ago | |
| tslint.json | 4 years ago | |
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.