summaryrefslogtreecommitdiff
path: root/src/directoryrefresher.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-18 18:09:03 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-18 18:09:03 -0500
commit75cd8b3bab3e4d094565748215013ee78c9962d9 (patch)
treeb0eb3365f79d090cf13a3144acc1f1b379140dec /src/directoryrefresher.cpp
parente749b2072601830c11495ce210907391dfe7bc6b (diff)
added more timings
missed fileregisterfwd.h in cmake list
Diffstat (limited to 'src/directoryrefresher.cpp')
-rw-r--r--src/directoryrefresher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directoryrefresher.cpp b/src/directoryrefresher.cpp
index e8c26c90..5a3cca5c 100644
--- a/src/directoryrefresher.cpp
+++ b/src/directoryrefresher.cpp
@@ -463,7 +463,7 @@ void DirectoryRefresher::addMultipleModsFilesToStructure(
void DirectoryRefresher::refresh()
{
SetThisThreadName("DirectoryRefresher");
- TimeThis tt("refresh");
+ TimeThis tt("DirectoryRefresher::refresh()");
auto* p = new DirectoryRefreshProgress(this);
{