|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65112 - sandbox/chrono/libs/chrono/example
From: vicente.botet_at_[hidden]
Date: 2010-08-29 14:25:19
Author: viboes
Date: 2010-08-29 14:25:17 EDT (Sun, 29 Aug 2010)
New Revision: 65112
URL: http://svn.boost.org/trac/boost/changeset/65112
Log:
interface change for stopwatch_accumulator
Text files modified:
sandbox/chrono/libs/chrono/example/specific_stopwatch_accumulator_example.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Modified: sandbox/chrono/libs/chrono/example/specific_stopwatch_accumulator_example.cpp
==============================================================================
--- sandbox/chrono/libs/chrono/example/specific_stopwatch_accumulator_example.cpp (original)
+++ sandbox/chrono/libs/chrono/example/specific_stopwatch_accumulator_example.cpp 2010-08-29 14:25:17 EDT (Sun, 29 Aug 2010)
@@ -67,14 +67,12 @@
typedef stopwatch_reporter<
stopwatch_accumulator<process_real_cpu_clock,
- accumulator_set<process_real_cpu_clock::rep,
features<
tag::count,
tag::sum,
tag::mean,
tag::variance(lazy)
>
- >
>
, my_stopwatch_accumulator_formatter
> my_stopwatch_accumulator_reporter;
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