Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
catapult/ | 22-Nov-2023 | - | 2,333,709 | 2,044,281 | ||
.git | D | 01-Jan-1970 | 0 | |||
.gitignore | D | 22-Nov-2023 | 17 | 3 | 2 | |
MODULE_LICENSE_BSD_LIKE_AND_APACHE_2 | D | 22-Nov-2023 | 0 | |||
NOTICE | D | 22-Nov-2023 | 11.5 KiB | 206 | 177 | |
README | D | 22-Nov-2023 | 581 | 14 | 10 | |
UPSTREAM_REVISION | D | 22-Nov-2023 | 41 | 2 | 1 | |
systrace.py | D | 22-Nov-2023 | 620 | 24 | 13 | |
systrace_trace_viewer.html | D | 22-Nov-2023 | 1.3 MiB | 5,908 | 5,636 | |
update.py | D | 22-Nov-2023 | 1.8 KiB | 56 | 38 |
README
1Systrace is now part of Catapult project. The catapult directory contains code 2from: 3 4 https://github.com/catapult-project/catapult.git 5 6The file UPSTREAM_REVISION contains the upstream revision number that was last 7pulled. Changes should be made upstream and then pulled into the catapult 8directory. 9 10The update.py script should be used to pull the latest upstream code, update 11the UPSTREAM_REVISION file, and generate systrace_trace_viewer.html. The 12generated file is checked into the git repository, and they get embedded in each 13trace HTML file that systrace.py generates. 14