Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59147 - sandbox/chrono/boost
From: vicente.botet_at_[hidden]
Date: 2010-01-19 17:50:46


Author: viboes
Date: 2010-01-19 17:50:45 EST (Tue, 19 Jan 2010)
New Revision: 59147
URL: http://svn.boost.org/trac/boost/changeset/59147

Log:
Boost.Chrono: Version 0.3.1,
* added chrono.hpp and stopwatches.hpp at the boost level

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

Added: sandbox/chrono/boost/chrono.hpp
==============================================================================
--- (empty file)
+++ sandbox/chrono/boost/chrono.hpp 2010-01-19 17:50:45 EST (Tue, 19 Jan 2010)
@@ -0,0 +1,20 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (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__HPP
+#define BOOST_CHRONO__HPP
+
+//-----------------------------------------------------------------------------
+#include <boost/chrono/chrono.hpp>
+//-----------------------------------------------------------------------------
+
+#endif // BOOST_CHRONO__HPP

Added: sandbox/chrono/boost/stopwatches.hpp
==============================================================================
--- (empty file)
+++ sandbox/chrono/boost/stopwatches.hpp 2010-01-19 17:50:45 EST (Tue, 19 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_STOPWATCHES__HPP
+#define BOOST_STOPWATCHES__HPP
+
+//-----------------------------------------------------------------------------
+#include <boost/chrono/digital_time.hpp>
+#include <boost/chrono/digital_time_formatter.hpp>
+#include <boost/chrono/function_stopwatch.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_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