Test output: teeks99-09-v16d-64onAMD64 - timer - cpu_timer_test / msvc-14.2
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Wed, 20 Nov 2024 12:42:36 +0000
Compile [2024-11-20 19:28:27 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat"  >nul
 cl /Zm800 -nologo "..\libs\timer\test\cpu_timer_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\timer\test\cpu_timer_test.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\thrd-mlt\cpu_timer_test.obj"     -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_TIMER_DYN_LINK=1 -DBOOST_TIMER_NO_LIB=1 "-I.." "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\detail\include" "-IC:\teeks99-09\run\boost_root\libs\predef\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\timer\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" 

cpu_timer_test.cpp
RmTemps C:\teeks99-09\run\results\boost\bin.v2\libs\throw_exception\test\throw_with_location_test3_nr.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\rt-off\thrd-mlt\throw_with_location_test3_nr.test

    del /f /q "C:\teeks99-09\run\results\boost\bin.v2\libs\throw_exception\test\throw_with_location_test3_nr.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\rt-off\thrd-mlt\throw_with_location_test3.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\throw_exception\test\throw_with_location_test3_nr.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\rt-off\thrd-mlt\throw_with_location_test3_nr.exe"

            
Link [2024-11-20 19:28:27 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat"  >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\timer\test\cpu_timer_test.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\thrd-mlt\cpu_timer_test.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\timer\build\msvc-14.2\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_timer-vc142-mt-gd-x64-1_87.lib"      /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\timer\test\cpu_timer_test.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\thrd-mlt\cpu_timer_test.exe"  
    
            
Run [2024-11-20 19:28:27 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.00057 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