X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkBlackBox.cxx;fp=kernel%2Fsrc%2FbbtkBlackBox.cxx;h=14742c23659002d582c2f3ed7578a31a373953e7;hb=2eafa50a2864f03b51480ef194f6ddfbc26b8264;hp=3e22573fec8928118d7ee5debb1cbf4f62a9cc0e;hpb=edb8e9b8948e7216e06b3ef5228b16f18417ca52;p=bbtk.git 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