commit | 46458d66cd5118b6d9cac7cb455f8dae1286b9b2 | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Tue Mar 22 11:34:30 2016 +0000 |
committer | Javi Merino <javi.merino@arm.com> | Thu Mar 24 11:43:41 2016 +0000 |
tree | de18265781764b41692e763d049084d679abf936 | |
parent | ce68bd04807c4833ebf27db3602c735633646b5b [diff] |
systrace: add a class to parse trace coming from SysTrace The SysTrace class has the same interface as FTrace. SysTrace doesn't support raw traces. The only special thing that we have to do is skip all the HTML in the file and parse the actual trace.
trappy is a visualization tool to help analyze data generated on a device. It depends on ipython notebook and pandas. First install these dependencies if you don't have them already:
$ apt-get install ipython-notebook python-pandas
Now launch the ipython notebook server:
$ ipython notebook
This should pop up a browser. If it doesn't, open a web browser and go to http://localhost:8888/tree/
In the doc/
folder there's a 00 - Quick start
which describes how to run trappy. Other notebooks in that directory describe other functions of trappy.