From: Eduardo DAVILA Date: Mon, 28 Aug 2023 11:05:55 +0000 (+0200) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2eafa50a2864f03b51480ef194f6ddfbc26b8264;p=bbtk.git Clean code --- diff --git a/kernel/src/bbtkBlackBox.cxx b/kernel/src/bbtkBlackBox.cxx index 3e22573..14742c2 100644 --- a/kernel/src/bbtkBlackBox.cxx +++ b/kernel/src/bbtkBlackBox.cxx @@ -749,13 +749,13 @@ namespace bbtk { //printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() ); -//auto start = std::chrono::high_resolution_clock::now(); +//auto start = std::chrono::high_resolution_clock::now(); this->bbProcess(); - //auto stop = std::chrono::high_resolution_clock::now(); //auto duration = duration_cast(stop - start); //printf("EED BlackBox::bbRecursiveExecute bbProcess time= %ld %s \n", duration.count() , bbGetFullName().c_str() ); + //printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() ); } // Manual analysis