Test output: teeks99-dkr-dg13-20 - timer - cpu_timer_test / gcc-13~c++20
Rev 2daa88693ba1405d83aa1c453a4f60d9d2cdac64 / Thu, 21 Nov 2024 22:10:16 +0000
Compile [2024-11-22 01:13:35 UTC]: succeed

"g++-13"   -fvisibility-inlines-hidden -std=c++20 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_TIMER_DYN_LINK=1 -DBOOST_TIMER_NO_LIB=1   -I".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/detail/include" -I"/var/boost/run/boost_root/libs/predef/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/timer/include" -I"/var/boost/run/boost_root/libs/type_traits/include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/timer/test/cpu_timer_test.test/gcc-13~c++20/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/cpu_timer_test.o" "../libs/timer/test/cpu_timer_test.cpp"

            
Link [2024-11-22 01:13:35 UTC]: succeed

"g++-13"  -Wl,-rpath -Wl,"/var/boost/run/results/boost/bin.v2/libs/timer/build/gcc-13~c++20/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden" -Wl,-rpath-link -Wl,"/var/boost/run/results/boost/bin.v2/libs/timer/build/gcc-13~c++20/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden" -o "/var/boost/run/results/boost/bin.v2/libs/timer/test/cpu_timer_test.test/gcc-13~c++20/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/cpu_timer_test" -Wl,--start-group "/var/boost/run/results/boost/bin.v2/libs/timer/test/cpu_timer_test.test/gcc-13~c++20/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/cpu_timer_test.o" "/var/boost/run/results/boost/bin.v2/libs/timer/build/gcc-13~c++20/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/libboost_timer.so.1.87.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -fPIC -m64 -pthread -fvisibility=hidden -fvisibility-inlines-hidden 

            
Run [2024-11-22 01:13:35 UTC]: succeed

----------  timer_test  ----------
unit test...
  unit test complete
format test...
  times.wall is   5123456789
  times.user is   2123456789
  times.system is 1234567890
  user+system is  3358024679
  format(times, 9) output:  5.123456789s wall, 2.123456789s user + 1.234567890s system = 3.358024679s CPU (65.5%)
  format test complete
C library consistency test...
     std::time() elapsed is 1 seconds
  cpu_timer wall elapsed is 1 seconds
  The two clocks whose elapsed time is compared by this test are started
  and stopped one right after the other. If the operating system suspends
  the process in the interim, the test may fail. Thus no single failure
  of this test is meaningful.
  C library consistency test complete
No errors detected.

EXIT STATUS: 0