Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 766:cf4e0f3c2406
Profiling points
author | Chris Cannam |
---|---|
date | Thu, 14 May 2020 16:38:48 +0100 |
parents | 4c91c95e146a |
children | 7bded7599874 |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Thu May 14 16:38:37 2020 +0100 +++ b/framework/MainWindowBase.cpp Thu May 14 16:38:48 2020 +0100 @@ -4167,6 +4167,7 @@ void MainWindowBase::layerRemoved(Layer *) { + Profiler profiler("MainWindowBase::layerRemoved"); // SVDEBUG << "MainWindowBase::layerRemoved(" << layer << ")" << endl; updateMenuStates(); }