Revision 612aedb...
Go back to digest for 18th September 2011Optimization in Development Tools
Milian Wolff committed changes in [kdevplatform] plugins/quickopen/quickopenplugin.cpp:
optimize: don't restart quickopen model twice
generally, I think this should and could be optimized even more
right now e.g. the include path model (kdevelop/languages/cpp)
is quite slow (easily ~150ms and more on my machine) to restart,
most notably because of CppUtils::allFilesInIncludePath
File Changes
Modified 1 files
- plugins/quickopen/quickopenplugin.cpp
1 files changed in total