Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gcloudignore | H A D | 25-Apr-2025 | 562 | 19 | 18 | |
.gitignore | H A D | 25-Apr-2025 | 5 | 2 | 1 | |
Makefile | H A D | 25-Apr-2025 | 708 | 22 | 5 | |
README.md | H A D | 25-Apr-2025 | 392 | 14 | 8 | |
app.yaml | H A D | 25-Apr-2025 | 767 | 26 | 9 | |
appengine_config.py | H A D | 25-Apr-2025 | 153 | 6 | 3 | |
index.yaml | H A D | 25-Apr-2025 | 626 | 17 | 1 | |
main.py | H A D | 25-Apr-2025 | 2.1 KiB | 70 | 43 | |
requirements.txt | H A D | 25-Apr-2025 | 30 | 3 | 2 |
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/+/main/XXX 11 12See main.py for the dictionary that maps /XXX into the actual path in the 13perfetto repository. 14