tuxology / tracevizlab

Trace visualization tutorials for Trace Compass
Other
83 stars 21 forks source link

Add python XML analysis lab #31

Closed arfio closed 6 years ago

arfio commented 6 years ago

Add the trace used in the tutorials, the python files and the xml analysis file. The objective of this lab is to teach how to write, use user written tracepoints and analyze them in order to produce a view that permits a good overview of the program's execution.

tahini commented 6 years ago

Ok, I had it working, I didn't get the proper tracepoints with flask 0.12, but upgrading to 1.0.2 (using my distro's package python-flask instead of pip(??)), it worked fine. Thanks for this lab