X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkBlackBox.cxx;h=88cde1317bcb0f968b3d7a1222d71c5054292d06;hb=31e2f200e025912534be06735c258e2b41285a28;hp=3bd38f7bb40276dd126a9067e15f816f7b889708;hpb=2129cd54808003c1ff7a3da8d714e02cc3ef1045;p=bbtk.git diff --git a/kernel/src/bbtkBlackBox.cxx b/kernel/src/bbtkBlackBox.cxx index 3bd38f7..88cde13 100644 --- a/kernel/src/bbtkBlackBox.cxx +++ b/kernel/src/bbtkBlackBox.cxx @@ -747,15 +747,15 @@ namespace bbtk ( (bbBoxProcessModeIsManual()==true)&&(bbLetRecursiveExecuteManualMode==true) ) ) { - -//auto start = std::chrono::high_resolution_clock::now(); + //printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() ); - - this->bbProcess(); - + +//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