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.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
config v811_spc009_project 4 months ago
release v811_spc009_project 4 months ago
src v811_spc009_project 4 months ago
.clang-format v811_spc009_project 4 months ago
BUILD.gn v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
PRESUBMIT.py v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
build v811_spc009_project 4 months ago
build.js v811_spc009_project 4 months ago
node v811_spc009_project 4 months ago
npm v811_spc009_project 4 months ago
package-lock.json v811_spc009_project 4 months ago
package.json v811_spc009_project 4 months ago
run-dev-server v811_spc009_project 4 months ago
run-tests v811_spc009_project 4 months ago
tsconfig.base.json v811_spc009_project 4 months ago
tsconfig.json v811_spc009_project 4 months ago
tslint.json v811_spc009_project 4 months 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.