Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64934 - sandbox/chrono/libs/chrono/example
From: vicente.botet_at_[hidden]
Date: 2010-08-20 02:54:29


Author: viboes
Date: 2010-08-20 02:54:27 EDT (Fri, 20 Aug 2010)
New Revision: 64934
URL: http://svn.boost.org/trac/boost/changeset/64934

Log:
Towards making process_cpu_clock::times an arithmetic type so process_cpu_clock can be a Clcok
Text files modified:
   sandbox/chrono/libs/chrono/example/stopclock_accumulator_example.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/chrono/libs/chrono/example/stopclock_accumulator_example.cpp
==============================================================================
--- sandbox/chrono/libs/chrono/example/stopclock_accumulator_example.cpp (original)
+++ sandbox/chrono/libs/chrono/example/stopclock_accumulator_example.cpp 2010-08-20 02:54:27 EDT (Fri, 20 Aug 2010)
@@ -30,7 +30,7 @@
 }
 int main()
 {
- static stopclock_accumulator<process_cpu_clock> acc(BOOST_CHRONO_ACCUMULATOR_FUNCTION_FORMAT);
+ static stopclock_accumulator<process_cpu_clock> acc(BOOST_CHRONO_ACCUMULATOR_TIME_FUNCTION_FORMAT);
   stopclock_accumulator<process_cpu_clock>::scoped_run _(acc);
 
   f1<high_resolution_clock>(1000);


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk