Revision 5938f34...
Go back to digest for 17th March 2013Optimization in Development Tools
Milian Wolff committed changes in [massif-visualizer] /:
Refactor threaded parsing, use long lived worker pattern.
Not only is the code much cleaner, we also have the added advantage
of not spinning up new threads whenever we parse a new file.
Furthermore the signals have been cleaned up to remove the unsafe
accessal of the old ParseThread once it has finished parsing.
File Changes
Added 1 files
- massifdata/parseworker.cpp
Deleted 1 files
- massifdata/parsethread.cpp
Modified 3 files
- app/mainwindow.cpp
- app/mainwindow.h
- massifdata/CMakeLists.txt
5 files changed in total