summaryrefslogtreecommitdiffstats
path: root/unit_trace/viz/schedule.py
Commit message (Collapse)AuthorAge
* Fix fatal error in visualizerwip-garyMac Mollison2010-11-16
| | | | | | | | | | | | | | Whenever the visualizer encountered a SwitchToEvent, it generated the following error: Traceback (most recent call last): File "/home/mollison/bin/unit-trace", line 125, in <module> viz.visualizer.visualizer(stream3, nsec_time_per_maj) File "/home/mollison/bin/unit_trace/viz/visualizer.py", line 13, in visualizer sched.scan(time_per_maj) File "/home/mollison/bin/unit_trace/viz/schedule.py", line 253, in scan event.fill_span_event_from_start() TypeError: unbound method fill_span_event_from_start() must be called with SwitchToEvent instance as first argument (got nothing instead)
* Fixes related to scrolling, along with the display of some extra ↵Gary Bressler2010-04-30
| | | | information. Updated documentation.
* Colorsgit add .! COLORSgit add .git add .geany index.txtGary Bressler2010-04-27
|
* Updated the documentation to describe the visualizer, made unit-trace itself ↵Gary Bressler2010-04-08
| | | | not require gtk/cairo, and a few other minor things.
* Making sure everything committedGary Bressler2010-04-06
|
* More minor cleanupGary Bressler2010-03-20
|
* Significant performance improvements in the graphical rendering, asGary Bressler2010-03-20
| | | | | | | | | | well as the eradication of several bugs Also, visualizer is now integrated into the main unit-trace command line tool (use -v option) Note that files are now taken in from the command line, no longer from the GUI
* Fixed some graphical glitches, along with streamlining the access to the ↵Gary Bressler2010-03-19
| | | | visualizer.
* Some fix-ups to viz, including with the scrollingGary Bressler2010-03-15
|
* Merge branch 'wip-gary' of ↵Gary Bressler2010-03-15
| | | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace into wip-gary Conflicts: README reader/sample_script.py visualizer.py
* Further restructuring to create 'unit_trace' pkgMac Mollison2010-03-13
The unit_trace folder should be placed in /usr/local/lib/pythonX.Y/site-packages. This makes unit-trace submodules available from anywhere on the system.