Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added support for visualizing arbitrary actions. | Mac Mollison | 2011-01-31 |
| | | | | | | | | | | | (By Jonathan, cherry-picked by Mac) Conflicts: unit_trace/trace_reader.py unit_trace/viz/canvas.py unit_trace/viz/graph.py unit_trace/viz/schedule.py | ||
* | Zaptrail on viewer.py | Mac Mollison | 2010-04-13 |
| | |||
* | Minor fixes | Gary Bressler | 2010-04-12 |
| | |||
* | Updated the documentation to describe the visualizer, made unit-trace itself ↵ | Gary Bressler | 2010-04-08 |
| | | | | not require gtk/cairo, and a few other minor things. | ||
* | cleanup | Gary Bressler | 2010-04-06 |
| | |||
* | Merge branch 'master' of ↵ | Gary Bressler | 2010-04-06 |
|\ | | | | | | | | | | | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace into wip-gary Conflicts: unit_trace/viz/draw.py unit_trace/viz/schedule.py unit_trace/viz/viewer.py | ||
| * | Zapped a bunch of trailing whitespace | Mac Mollison | 2010-03-20 |
| | | |||
* | | Making sure everything committed | Gary Bressler | 2010-04-06 |
|/ | |||
* | More minor cleanup | Gary Bressler | 2010-03-20 |
| | |||
* | More cleanup | Gary Bressler | 2010-03-20 |
| | |||
* | Trying again | Gary Bressler | 2010-03-20 |
| | |||
* | Hopefully this time the commit will work... | Gary Bressler | 2010-03-20 |
| | |||
* | Significant performance improvements in the graphical rendering, as | Gary Bressler | 2010-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 Bressler | 2010-03-19 |
| | | | | visualizer. | ||
* | Some fix-ups to viz, including with the scrolling | Gary Bressler | 2010-03-15 |
| | |||
* | Merge branch 'wip-gary' of ↵ | Gary Bressler | 2010-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' pkg | Mac Mollison | 2010-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. |