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.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| config | 3 years ago | |
| release | 3 years ago | |
| src | 3 years ago | |
| .clang-format | 3 years ago | |
| .gitignore | 3 years ago | |
| BUILD.gn | 3 years ago | |
| OWNERS | 3 years ago | |
| PRESUBMIT.py | 3 years ago | |
| README.md | 3 years ago | |
| build | 3 years ago | |
| build.js | 3 years ago | |
| node | 3 years ago | |
| npm | 3 years ago | |
| package-lock.json | 3 years ago | |
| package.json | 3 years ago | |
| run-dev-server | 3 years ago | |
| run-tests | 3 years ago | |
| tsconfig.base.json | 3 years ago | |
| tsconfig.json | 3 years ago | |
| tslint.json | 3 years ago | |
README.md
Perfetto UI
Quick Start
Run:
$ git clone https://android.googlesource.com/platform/external/perfetto/
$ cd perfetto
$ tools/install-build-deps --ui
$ tools/gn gen out/debug --args='is_debug=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:10000.