From d4d44e744b470e7555fce54e4a2cbe93b0972a2f Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Wed, 14 Sep 2022 00:07:18 -0500 Subject: [PATCH] Update timemory submodule (#160) - Improve sampling allocator startup - semaphore init/destroy handled by ctor/dtor - avoid future deadlocks - Support runtime_enabled set to off in sampler::execute - Fix sampling timer checks for finite delay/freq/period - Fixes bug when sampling frequency was set to 300 and sampling::timer deduced it as not-finite, causing an error to be thrown - Update operation::generic_operator::check() - lightweight_tuple update - Includes numerous safety checks on `substr` calls in timemory --- external/timemory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/timemory b/external/timemory index 05438aaf0f..cb8fc16dd6 160000 --- a/external/timemory +++ b/external/timemory @@ -1 +1 @@ -Subproject commit 05438aaf0fd21aa75a237239f641d849e1d21bc0 +Subproject commit cb8fc16dd68a649ac0b2855399165d17b90d6e10