]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/chrono/stopwatches/include/boost/chrono/stopwatches.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / chrono / stopwatches / include / boost / chrono / stopwatches.hpp
1 //////////////////////////////////////////////////////////////////////////////
2 //
3 // (C) Copyright Vicente J. Botet Escriba 2010.
4 // Distributed under the Boost
5 // Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or
7 // copy at http://www.boost.org/LICENSE_1_0.txt)
8 //
9 // See http://www.boost.org/libs/stm for documentation.
10 //
11 //////////////////////////////////////////////////////////////////////////////
12
13 #ifndef BOOST_STOPWATCHES_HPP
14 #define BOOST_STOPWATCHES_HPP
15
16 //-----------------------------------------------------------------------------
17 #include <boost/chrono/stopwatches/simple_stopwatch.hpp>
18 #include <boost/chrono/stopwatches/reporters/stopwatch_reporter.hpp>
19 #include <boost/chrono/stopwatches/reporters/system_default_formatter.hpp>
20 #include <boost/chrono/stopwatches/reporters/process_default_formatter.hpp>
21 #include <boost/chrono/stopwatches/reporters/thread_default_formatter.hpp>
22 //-----------------------------------------------------------------------------
23
24 #endif // BOOST_STOPWATCHES_HPP