From 2eafa50a2864f03b51480ef194f6ddfbc26b8264 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 28 Aug 2023 13:05:55 +0200 Subject: [PATCH] Clean code --- kernel/src/bbtkBlackBox.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.1