From 75cd8b3bab3e4d094565748215013ee78c9962d9 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Tue, 18 Feb 2020 18:09:03 -0500 Subject: added more timings missed fileregisterfwd.h in cmake list --- src/directoryrefresher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/directoryrefresher.cpp') 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); { -- cgit v1.3.1