4
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small cleanups More... about 16 years ago
Cosmetic updates More... about 16 years ago
Commit fix for Issue 5, from Sune Keller More... about 16 years ago
Have a minimum image width, like the original bootchart. To avoid truncating headers etc. for short boottimes More... about 16 years ago
If the max-throughput text clashes with legend, move it down into the chart like the original bootcharts image renderer does More... about 16 years ago
Fixed drawing bug for process states X and W. More... about 16 years ago
Fix division to be on floats - restores coloring of processes More... about 16 years ago
Fix typo to keep process labels inside the chart More... about 16 years ago
Decrease the linewidth in the charts - this makes the lines less likely to go out of the boxes More... about 16 years ago
Cap disk util values to fit in [0, 1] - this is what bootchart does. Im not sure how to interpret the values > 1 More... about 16 years ago
Add bootchart output from Fedora 11 on VirtualBox - seems ok More... over 16 years ago
Update authors file More... over 16 years ago
Now with window decorations. More... over 16 years ago
Added screenshot of our gui. More... over 16 years ago
Fixed color shading of state of processes. More... over 16 years ago
Made the scrollbars work again. Moved the code around a bit - now all scrolling code is collected in the PyBootchartWidget-class. More... over 16 years ago
Clean up prune More... over 16 years ago
Fix test failure More... over 16 years ago
Clean up _parse_proc_disk_stat_log More... over 16 years ago
Add silly hack to make testparseProcDiskStatLog not fail More... over 16 years ago
More cleanup of parsing.py: extracted data classes to separate module and changed naming a bit. More... over 16 years ago
Clean up parsing.py a bit More... over 16 years ago
Update the tests/process_tree_test.py to run again More... over 16 years ago
Update the tests to run again. Two still fail on the #cpus parsing More... over 16 years ago
Use __merge_processes in merge_runs, fix missing self More... over 16 years ago
Use __merge_processes in merge_runs More... over 16 years ago
Added support for tar-files (as used by the original bootchart). More... over 16 years ago
Continue cleaning up the drawing, done for now, I think More... over 16 years ago
Added 'standard' project files. More... over 16 years ago
Fixed a problem introduced in a previous commit: draw.extents now only return two values. More... over 16 years ago