summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/cpu_manager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/cpu_manager.cpp b/src/core/cpu_manager.cpp
index 688b99eba..983210197 100644
--- a/src/core/cpu_manager.cpp
+++ b/src/core/cpu_manager.cpp
@@ -365,6 +365,8 @@ void CpuManager::RunThread(std::size_t core) {
365 data.enter_barrier.reset(); 365 data.enter_barrier.reset();
366 data.exit_barrier.reset(); 366 data.exit_barrier.reset();
367 data.initialized = false; 367 data.initialized = false;
368
369 MicroProfileOnThreadExit();
368} 370}
369 371
370} // namespace Core 372} // namespace Core