From 6c1044d7d3546570eb98676537f2c5e68be6e4de Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Fri, 20 Dec 2024 11:48:09 +0100 Subject: [PATCH] Clean code --- kernel/src/bbtkBlackBox.cxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kernel/src/bbtkBlackBox.cxx b/kernel/src/bbtkBlackBox.cxx index 5de0c1f..8eeb9a3 100644 --- a/kernel/src/bbtkBlackBox.cxx +++ b/kernel/src/bbtkBlackBox.cxx @@ -796,17 +796,23 @@ printf("EED BlackBox::bbRecursiveExecute bbProcess time= %ld %s \n", duration.c <bbShowWindow(); - + +auto start2 = std::chrono::high_resolution_clock::now(); bbtkBlackBoxDebugMessage("process",3, "<= BlackBox::bbRecursiveExecute()" <(stop2 - start2); +printf("EED BlackBox::bbRecursiveExecute bbProcess2 time= %ld %s \n", duration2.count() , bbGetFullName().c_str() ); + return; } //========================================================================= -- 2.49.0