aboutsummaryrefslogtreecommitdiff
path: root/update.py
AgeCommit message (Collapse)Author
2021-04-15Update scripts to specify python2John Reck
Also remove zipfile from update.py as that path was removed upstream. Bug: 185400108 Test: they run Change-Id: Iff693cf656a9bbdcf7960d8beb4626315e7af57f
2020-08-05update.py: include polymer into packagesWei Wang
Bug: chromium:1036492 Bug: chromium:1111935 Bug: 162963924 Test: run update.py Change-Id: I3acb8a0dadfbe7d87f07d9692bb8686c63c3ecbd
2017-06-05Update to latest catapult (6171fd4d)Chris Craik
Test: ./systrace.py Change-Id: I32e0de8056cf76f834af6de6e2cb1ff1bc845a69
2017-02-22Do not check in upstream OWNERS filesChris Craik
Bug: 33166666 Bug: 35635929 Test: update.py --local=catapult-local Change-Id: I4f16655a2a634b0526417fdaaba6641d9564332f Manual cherry-pick of 4da9498423988e795cee12789baf39f3f80fd4d3 from aosp master.
2017-01-18Include telemetry in packagingJohn Reck
Bug: 34225046 telemetry/third_party/pyserial contains the wrapper scripts necessary for the import serial to work on MacOS Test: run update.py && systrace.py on mac Change-Id: I120e39022fc36cf2dab7084fc398ebc779249d51
2016-10-20Update catapult and how we update catapultJohn Reck
Test: manual, ran systrace.py Change-Id: Id86c732e5de832890429e0bfa5255d09db9841a8
2015-08-28Update after moving the code to CatapultZhen Wang
Change-Id: I0b9e15f8d5743811f3a722e7a692e89e7e36734e Signed-off-by: Zhen Wang <zhenw@google.com>
2015-08-17Upgrade update.py to catapult repo changesDan Sinclair
The trace-viewer project has moved into the catapult repo. This CL modifes the update.py script to use the correct URL for catapult and fixes up the build script path to work with the catapult tracing_build folder naming. Change-Id: I2ad299ec7a097554623e70dd6bec531ba285a2b5 Signed-off-by: Dan Sinclair <dsinclair@google.com>
2015-07-28Update to latest trace-viewer (a7f1c1b3)Chris Craik
Includes rewrite of prefix.html to switch from TraceViewer to timeline-view, and account for new location of the vulcanizer. Change-Id: I07285c64bde7d4bfe414c9e93b097435e118a069
2015-06-11Fix generation of UPSTREAM_REVISIONChris Craik
Was previously recording sha of chromium-trace's HEAD, instead of upstream. Change-Id: I58189205bfcdd5fdba44b0950d5530ad88cfa700
2015-04-07Update to latest trace-viewerChris Craik
Includes per-app frame track, and several new android alerts. Change-Id: I9b4fbf6c88ed98d35e3e6fb8d0bbd15fa1c635de
2015-04-01Update to latest trace viewerChris Craik
Upstream trace viewer has changed substantially since last pull. First, the old flattening into js + css + html workflow has been replaced with a new flatten into single html file workflow. Second, trace viewer has moved to git. Some pieces that were previously only in systrace are now upstream as well. In particular, minification is now upstream. Thus, the minifying features in systrace can be removed. Change-Id: Ibc6a46fa3dccff8b771a95aae1909cf178157264
2012-09-20systrace: add args to update.pyJamie Gennis
This change adds command line options to the update.py script to allow the svn checkout and the minifcation steps to be skipped. Change-Id: Id0ddce2abc6e4d1d0158c29c0ec3a47cb140e6a1
2012-09-20systrace: rebase against upstream trace-viewerJamie Gennis
This changes replaces the use of the Chromium trace viewer code with that of the trace-viewer project (essentially the Chromium code factored out into its own project). It updates the update.py script to pull the source from there and adds an argument to systrace.py to use linked assets from a different directory to facilitate development of trace-viewer code using systrace to test. Change-Id: I5c5a4ce336ce82cd07f1f42e97d4b4cb918ec17a
2012-05-29Use async slices for filesystem and block device operations.Jeff Brown
Ensure that overlapping I/O operations are correctly visualized. Change-Id: I486ecef8e157e3c08f6fe26cb761fdadacdd037b
2012-05-23systrace: check for errors when compiling JSJamie Gennis
Change-Id: I0daba4b5977734ce819451dd9200317d7e0c4ca9
2012-05-22Clean up systrace a bit.Jeff Brown
Extract the various event definitions into a table instead of a switch statement. Add a --link-assets option to systrace.py to generate a trace.html file that has the CSS and JS assets linked in rather than embedded, which is useful for debugging purposes. Fixed a bug in the tests for lineRE. Bug: 6488845 Change-Id: I90634f7144fa0a050b911bb9854e5d5662dd6330
2012-05-08systrace: move init code into a js fileJamie Gennis
This change moves the initialization Javascript code out of the HTML portion of systrace.py and into init.js. This new Javascript file is then included in the Javascript minification. Change-Id: I3a474331a5970309b8166b57b52789932283c6b1
2012-05-06update minified code and generator scriptJamie Gennis
Change-Id: I3b94a13c9ba26a8e0e97f51ebd591eaf6a0e892a