Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59154 - sandbox/chrono/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2010-01-20 07:25:40


Author: viboes
Date: 2010-01-20 07:25:39 EST (Wed, 20 Jan 2010)
New Revision: 59154
URL: http://svn.boost.org/trac/boost/changeset/59154

Log:
Boost.Chrono: Version 0.3.1,
* Added local stopwatches.hpp

Added:
   sandbox/chrono/boost/chrono/stopwatches.hpp (contents, props changed)

Added: sandbox/chrono/boost/chrono/stopwatches.hpp
==============================================================================
--- (empty file)
+++ sandbox/chrono/boost/chrono/stopwatches.hpp 2010-01-20 07:25:39 EST (Wed, 20 Jan 2010)
@@ -0,0 +1,32 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Vicente J. Botet Escriba 2010.
+// Distributed under the Boost
+// Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or
+// copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+// See http://www.boost.org/libs/stm for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_CHRONO_STOPWATCHES__HPP
+#define BOOST_CHRONO_STOPWATCHES__HPP
+
+//-----------------------------------------------------------------------------
+#include <boost/chrono/digital_time.hpp>
+#include <boost/chrono/digital_time_formatter.hpp>
+#include <boost/chrono/function_stopclock.hpp>
+#include <boost/chrono/process_cpu_clocks.hpp>
+#include <boost/chrono/stopclock.hpp>
+#include <boost/chrono/stopclock_accumulator.hpp>
+#include <boost/chrono/stopwatch.hpp>
+#include <boost/chrono/stopwatch_accumulator.hpp>
+#include <boost/chrono/stopwatch_accumulator_formatter.hpp>
+#include <boost/chrono/stopwatch_formatter.hpp>
+#include <boost/chrono/stopwatch_reporter.hpp>
+#include <boost/chrono/stopwatch_scoped.hpp>
+#include <boost/chrono/time_formatter.hpp>
+//-----------------------------------------------------------------------------
+
+#endif // BOOST_CHRONO_STOPWATCHES__HPP


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