• Home
Name Date Size #Lines LOC

..--

MakefileD03-May-2024708 225

README.mdD03-May-2024394 148

app.yamlD03-May-2024741 238

index.yamlD03-May-202425 31

main.pyD03-May-20242.1 KiB6742

README.md

1This folder contains the sources for the
2https://get.perfetto.dev/XXX web service.
3
4This service simply proxies request of the form
5
6https://get.perfetto.dev/XXX
7
8to the raw content of the files hosted on AOSP Gerrit, e.g.:
9
10https://android.googlesource.com/platform/external/perfetto/+/master/XXX
11
12See main.py for the dictionary that maps /XXX into the actual path in the
13perfetto repository.
14