From: eduardo.davila@creatis.insa-lyon.fr Date: Fri, 20 Dec 2024 10:48:09 +0000 (+0100) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6c1044d7d3546570eb98676537f2c5e68be6e4de;p=bbtk.git Clean code --- 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; } //=========================================================================