diff options
Diffstat (limited to 'logic/pipeline.cpp')
-rw-r--r-- | logic/pipeline.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index 75f91848..4cf52e54 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -16,6 +16,7 @@ #include "compat/math.hpp" #include "compat/meta.hpp" #include "compat/macros.hpp" +#include "compat/thread-name.hpp" #include "pipeline.hpp" #include "logic/shortcuts.h" @@ -515,6 +516,8 @@ static void debug_timings(float backlog_time) void pipeline::run() { + portable::set_curthread_name("tracking pipeline"); + #if defined _WIN32 const MMRESULT mmres = timeBeginPeriod(1); #endif |