|
Boost : |
Subject: Re: [boost] [Chrono] Boost.Chrono added to sandbox
From: Michael Marcin (mike.marcin_at_[hidden])
Date: 2008-11-12 17:30:24
Beman Dawes wrote:
> On Wed, Nov 12, 2008 at 11:10 AM, Franz Alt <f.alt_at_[hidden]> wrote:
>
Ran the await_keystroke test with VC9 SP1 on XP64, built x64 platform
debug output:
Strike any key: abc
system_clock-----------: 1.828089900 seconds
monotonic_clock--------: 1.832697574 seconds
high_resolution_clock--: 1.833907365 seconds
system_clock latency-----------: 0
monotonic_clock latency--------: 502
high_resolution_clock latency--: 337
system_clock::now() reports UTC is Wed Nov 12 22:27:28 2008
Press any key to continue . . .
release output:
Strike any key: abc
system_clock-----------: 1.796840500 seconds
monotonic_clock--------: 1.797530107 seconds
high_resolution_clock--: 1.798462811 seconds
system_clock latency-----------: 0
monotonic_clock latency--------: 210
high_resolution_clock latency--: 206
system_clock::now() reports UTC is Wed Nov 12 22:28:06 2008
Press any key to continue . . .
Got some warnings building the x64 target which don't show up buildint
the Win32 target.
C:\vfxrepo\vfx\mike\third_party\boost\1_36_0\boost/config/abi_prefix.hpp(19)
: warning C4103:
'c:\vfxrepo\vfx\mike\third_party\boost\1_36_0\boost\config\abi_prefix.hpp'
: alignment changed after including header, may be due to missing
#pragma pack(pop)
1>c:\vfxrepo\vfx\mike\third_party\boost\sandbox\chrono\boost/chrono.hpp(43)
: warning C4103:
'c:\vfxrepo\vfx\mike\third_party\boost\sandbox\chrono\boost\chrono.hpp'
: alignment changed after including header, may be due to missing
#pragma pack(pop)
1>..\..\..\src\chrono.cpp(8) : warning C4103:
'c:\vfxrepo\vfx\mike\third_party\boost\sandbox\chrono\libs\chrono\src\chrono.cpp'
: alignment changed after including header, may be due to missing
#pragma pack(pop)
1>await_keystroke.cpp
1>using native typeof
1>C:\vfxrepo\vfx\mike\third_party\boost\1_36_0\boost/config/abi_prefix.hpp(19)
: warning C4103:
'c:\vfxrepo\vfx\mike\third_party\boost\1_36_0\boost\config\abi_prefix.hpp'
: alignment changed after including header, may be due to missing
#pragma pack(pop)
1>c:\vfxrepo\vfx\mike\third_party\boost\sandbox\chrono\boost/chrono.hpp(43)
: warning C4103:
'c:\vfxrepo\vfx\mike\third_party\boost\sandbox\chrono\boost\chrono.hpp'
: alignment changed after including header, may be due to missing
#pragma pack(pop)
1>..\..\..\example\await_keystroke.cpp(10) : warning C4103:
'c:\vfxrepo\vfx\mike\third_party\boost\sandbox\chrono\libs\chrono\example\await_keystroke.cpp'
: alignment changed after including header, may be due to missing
#pragma pack(pop)
-- Michael Marcin
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk