Go to the documentation of this file.
12 std::cout <<
"Sleeping 2 seconds" << std::endl;
16 std::cout <<
"Sleep lasted for " << test.
ElapsedTime() <<
" seconds." << std::endl;
17 std::cout <<
"Sleeping 1 second" << std::endl;
21 std::cout <<
"Sleep lasted for " << test.
ElapsedTime() <<
" seconds." << std::endl;
22 std::cout <<
"Cumulative time is " << test.
CumulativeTime() <<
" seconds." << std::endl;
23 std::cout <<
"Reseting" << std::endl;
25 std::cout <<
"Sleeping 2 seconds" << std::endl;
29 std::cout <<
"Sleep lasted for " << test.
ElapsedTime() <<
" seconds." << std::endl;
30 std::cout <<
"Cumulative time is " << test.
CumulativeTime() <<
" seconds." << std::endl;