Skip to content
Snippets Groups Projects
Commit 385d2478 authored by Camille Coti's avatar Camille Coti
Browse files

Display time in higher precision

parent 317bbdb8
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ int main( int argc, char** argv ){
std::cout << "Tpara3=" << Tpara << ";" << std::endl;
std::cout << "Tseq=" << Tseq << ";" << std::endl;
#endif
std::cout.precision( 2 );
std::cout.precision( 4 );
std::cout << "Time: ";
std::cout << "parallel " << ( tv_para - tv_start ) / 1e6 << " ";
#if DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment