| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
information. Updated documentation.
|
| |
|
| |
|
| |
|
|
|
|
| |
not require gtk/cairo, and a few other minor things.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
visualizer.
|
| |
|
|
|
|
|
|
|
|
|
| |
ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace into wip-gary
Conflicts:
README
reader/sample_script.py
visualizer.py
|
|
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.
|