c4491a03 |
1 | |
2 | |-----------------| |
3 | |Graphical Plugins| |
4 | |-----------------| |
9a83eca6 |
5 | gui/ |
c4491a03 |
6 | |
88feb618 |
7 | detailedevents : Display events for time interval into a list. |
8 | controlflow : Display the control flow of the trace for time interval |
9a83eca6 |
9 | using gdk and a GtkDrawingArea. Pixmaps for icons are |
10 | defined with each event inside the event related |
11 | information. |
88feb618 |
12 | statistics : Display statistics computed from the trace. |
c4491a03 |
13 | |
14 | |---------------------| |
15 | |Text Oriented Plugins| |
16 | |---------------------| |
9a83eca6 |
17 | text/ |
c4491a03 |
18 | |
9a83eca6 |
19 | batchAnalysis : Call processing hooks for every events of the trace. |
20 | textDump : Dump in clear text all data related to events on standard output. |
21 | It depends on batchAnalysis. |