Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Add inversion IDs and print them | Mac Mollison | 2010-03-26 | |
| | | | | | | | | Makes it easier to find inversion records in output | |||
| * | Enable filter by ID instead of time | Mac Mollison | 2010-03-26 | |
| | | | | | | | | | | | | Filtering by time is too cumbersome (because time values are so large), so we give each event record an ID and filter by that instead in in the earliest and latest modules. | |||
| * | Fixed bug: Inversion length miscalculated | Mac Mollison | 2010-03-26 | |
| | | | | | | | | | | | | The function that calculates inversion length needs to be passed the correct time of the event that caused the inversion to end. | |||
| * | Print warning on bad records rather than halting | Mac Mollison | 2010-03-26 | |
| | | ||||
| * | Fixed bug in earliest.py | Mac Mollison | 2010-03-20 | |
| | | ||||
| * | 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 | |
| | ||||
* | Updating again to conform to master | Gary Bressler | 2010-03-15 | |
| | ||||
* | Updating wip-gary to conform with master | 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 | |||
| * | Merge branch 'wip-gary' of ↵ | Gary Bressler | 2010-03-10 | |
| |\ | | | | | | | | | | | | | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace into wip-gary Conflicts: viz/viewer.py | |||
| | * | Some minor updates and optimizations, including support for keypresses | Gary Bressler | 2010-03-09 | |
| | | | ||||
| * | | Some minor fixes. | Gary Bressler | 2010-03-10 | |
| |/ | ||||
| * | Preliminary, fairly workable version of unit_trace, including the visualizer. | Gary Bressler | 2010-03-09 | |
| | | ||||
| * | test | Gary Bressler | 2010-03-01 | |
| | | ||||
* | | Add README to explain how to build the doc | Mac Mollison | 2010-03-14 | |
| | | ||||
* | | Bring doc up to date | Mac Mollison | 2010-03-14 | |
| | | ||||
* | | Installation improvements | Mac Mollison | 2010-03-14 | |
| | | | | | | | | | | unit-trace.py -> unit-trace and placed in /usr/bin | |||
* | | Add support for intervals | Mac Mollison | 2010-03-14 | |
| | | | | | | | | | | Can now filter by earliest record of interest and latest record of interest, using -e and -l. | |||
* | | Refactor to get rid of various frontend scripts | Mac Mollison | 2010-03-14 | |
| | | | | | | | | Now, unit-trace.py can control all functionality. | |||
* | | Added new control script | Mac Mollison | 2010-03-14 | |
| | | ||||
* | | Created maxer and skipper | Mac Mollison | 2010-03-14 | |
| | | | | | | | | | | Maxer: Allow a maximum number of records to be parsed Skipper: Skip a given number of records at the beginning | |||
* | | Added progress submodule to report progress. | Mac Mollison | 2010-03-14 | |
| | | | | | | | | | | | | This submodule allows us to measure the speed at which trace files are processed and reports on its progress as it goes along. | |||
* | | Added some items to the TODO file | Mac Mollison | 2010-03-13 | |
| | | | | | | | | | | (In addition, we need to get all the traces that have been mentioned to us actually working...) | |||
* | | Updated doc to indicate Python 2.6 is to be used | Mac Mollison | 2010-03-13 | |
| | | ||||
* | | Add --help output for scripts and detect no args | Mac Mollison | 2010-03-13 | |
| | | ||||
* | | Cleaned up visualizer script | Mac Mollison | 2010-03-13 | |
| | | ||||
* | | Fix bug in doc. Stop tracking index.html. | Mac Mollison | 2010-03-13 | |
| | | ||||
* | | Updates included frontend scripts to match doc | Mac Mollison | 2010-03-13 | |
| | | ||||
* | | Got rid of README, since we have doc/. | Mac Mollison | 2010-03-13 | |
| | | ||||
* | | Added documentation. | Mac Mollison | 2010-03-13 | |
| | | | | | | | | | | (Note that as of this version, there is not yet a scripts folder as described in the doc, but that's coming next.) | |||
* | | Fixed permissions on visualizer.py | Mac Mollison | 2010-03-13 | |
| | | ||||
* | | Created installer | Mac Mollison | 2010-03-13 | |
| | | ||||
* | | 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. | |||
* | | Directory restructuring | Mac Mollison | 2010-03-13 | |
| | | | | | | | | | | Reworked directory (and modified some code a bit) to match intended architecture. | |||
* | | Merge ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/unit-trace | Gary Bressler | 2010-03-01 | |
|\ \ | |/ |/| | ||||
| * | This commit of unit-trace converts it to Python2 from Python3, so that it | Gary Bressler | 2010-02-25 | |
| | | | | | | | | can operate with the visualizer, which uses Python2. | |||
| * | Bugfix: possible divide by zero in stats.py | Mac Mollison | 2010-02-11 | |
| | | ||||
| * | Provide examples in sample_script.py. | Mac Mollison | 2010-02-11 | |
| | | | | | | | | | | Run.py has been renamed to sample_script.py and has been changed into a good example. | |||
| * | Update runtests.py | Mac Mollison | 2010-02-11 | |
| | | | | | | | | | | | | - Terminate fatally in trace_reader if out-of-order records produced. Thus, we no longer need this unit test. - Fix another unit test which had broken. | |||
| * | Num. CPUs produced by trace_reader, not hardcoded | Mac Mollison | 2010-02-11 | |
| | | ||||
| * | Implement statistics module | Mac Mollison | 2010-02-11 | |
| | | ||||
| * | Implemented G-EDF Test | Mac Mollison | 2010-02-11 | |
| | |