Compile [2024-11-19 10:14:28 UTC]: succeed
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-12.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-12.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\cpu_timer_test.obj" -TP /wd4675 /EHs /GR /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
Link [2024-11-19 10:14:28 UTC]: succeed
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-12.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-12.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-12.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_timer-vc120-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-12.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\cpu_timer_test.exe"
Run [2024-11-19 10:14:28 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.00031 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