Test output: teeks99-09-v14m-64onAMD64 - timer - cpu_timer_test / msvc-14.0
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 16:58:06 +0000
Compile [2024-11-19 21:34:58 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >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.0\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" 

cpu_timer_test.cpp
            
Link [2024-11-19 21:34:58 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\timer\test\cpu_timer_test.test\msvc-14.0\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.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_timer-vc140-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.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\cpu_timer_test.exe"  
    
RmTemps C:\teeks99-09\run\results\boost\bin.v2\libs\throw_exception\test\throw_with_location_test3_nr.test\msvc-14.0\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.0\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.0\dbg\x86_6\dbg-symbl-off\rt-off\thrd-mlt\throw_with_location_test3_nr.exe"

            
Run [2024-11-19 21:34:58 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.00046 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