diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 18:09:03 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 18:09:03 -0500 |
| commit | 75cd8b3bab3e4d094565748215013ee78c9962d9 (patch) | |
| tree | b0eb3365f79d090cf13a3144acc1f1b379140dec /src/pluginlist.cpp | |
| parent | e749b2072601830c11495ce210907391dfe7bc6b (diff) | |
added more timings
missed fileregisterfwd.h in cmake list
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 4b2eedbd..d58b1c22 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -174,6 +174,8 @@ void PluginList::refresh(const QString &profileName , const QString &lockedOrderFile
, bool force)
{
+ TimeThis tt("PluginList::refresh()");
+
if (force) {
m_ESPs.clear();
m_ESPsByName.clear();
|
