Zhen Wang | 46b43bf | 2015-08-28 09:54:29 -0700 | [diff] [blame] | 1 | Systrace is now part of Catapult project. The catapult directory contains code |
| 2 | from: |
Jamie Gennis | 9279147 | 2012-03-05 17:33:58 -0800 | [diff] [blame] | 3 | |
Zhen Wang | 46b43bf | 2015-08-28 09:54:29 -0700 | [diff] [blame] | 4 | https://github.com/catapult-project/catapult.git |
Jamie Gennis | d1270ce | 2012-05-06 13:27:13 -0700 | [diff] [blame] | 5 | |
Jamie Gennis | 2da489c | 2012-09-19 18:06:29 -0700 | [diff] [blame] | 6 | The file UPSTREAM_REVISION contains the upstream revision number that was last |
Zhen Wang | 46b43bf | 2015-08-28 09:54:29 -0700 | [diff] [blame] | 7 | pulled. Changes should be made upstream and then pulled into the catapult |
Jamie Gennis | 2da489c | 2012-09-19 18:06:29 -0700 | [diff] [blame] | 8 | directory. |
Jamie Gennis | d1270ce | 2012-05-06 13:27:13 -0700 | [diff] [blame] | 9 | |
Jamie Gennis | 2da489c | 2012-09-19 18:06:29 -0700 | [diff] [blame] | 10 | The update.py script should be used to pull the latest upstream code, update |
Zhen Wang | 46b43bf | 2015-08-28 09:54:29 -0700 | [diff] [blame] | 11 | the UPSTREAM_REVISION file, and generate systrace_trace_viewer.html. The |
| 12 | generated file is checked into the git repository, and they get embedded in each |
| 13 | trace HTML file that systrace.py generates. |