commit | 731614844e58bc7aaf060cbbcce2c014df13d465 | [log] [tgz] |
---|---|---|
author | Javi Merino <javi.merino@arm.com> | Thu Dec 17 11:23:50 2015 +0000 |
committer | Javi Merino <javi.merino@arm.com> | Thu Dec 17 11:23:50 2015 +0000 |
tree | 6855fd6310a7e694a75d1014c08cca90b39638c4 | |
parent | a473efd8455e46e473940be9eedebef2db3a9d85 [diff] |
plotter: turn procs in get_trace_event_data() into a set The procs return value generated by get_trace_event_data() is a list of all the process names in the trace. This is better accomplished by a set() than the keys of a dictionary with dummy values.
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.