timeline: make log level calculation a lot faster
authorRené Stadler <mail@renestadler.de>
Fri, 21 Sep 2012 20:52:25 +0000 (22:52 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:48 +0000 (20:51 +0200)
commit2d508773cc3120dc47cbcc2696e68bb5b6343783
tree42ed5372683cc66006eeabfb1dbc11c95d078836
parent103700a254576d2f3dd07c249311b6c5d90a5046
timeline: make log level calculation a lot faster

This is the step where the timeline graph gets colored with the individual log
level colors. It's roughly 4.5 times faster now. Probably can be made even
better, the code also needs a cleanup.
debug-viewer/GstDebugViewer/GUI/models.py
debug-viewer/GstDebugViewer/Plugins/Timeline.py