Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74458 - trunk/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2011-09-18 17:14:36


Author: viboes
Date: 2011-09-18 17:14:36 EDT (Sun, 18 Sep 2011)
New Revision: 74458
URL: http://svn.boost.org/trac/boost/changeset/74458

Log:
Chrono: Added stopwatches.hpp
Added:
   trunk/boost/chrono/stopwatches.hpp (contents, props changed)

Added: trunk/boost/chrono/stopwatches.hpp
==============================================================================
--- (empty file)
+++ trunk/boost/chrono/stopwatches.hpp 2011-09-18 17:14:36 EDT (Sun, 18 Sep 2011)
@@ -0,0 +1,24 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (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/stopwatches/simple_stopwatch.hpp>
+#include <boost/chrono/stopwatches/reporters/stopwatch_reporter.hpp>
+#include <boost/chrono/stopwatches/reporters/system_default_formatter.hpp>
+#include <boost/chrono/stopwatches/reporters/process_default_formatter.hpp>
+#include <boost/chrono/stopwatches/reporters/thread_default_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