aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
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-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: 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: fix a bug with userland thread statesJamie Gennis
This change fixes an issue where userland threads would not display the color-coded thread state above their call traces. It also adds config.pyc to the .gitignore file. Change-Id: Ic9135310880a9a805722b0707bc37336c026a7d6