| 1 | // boost process_cpu_clocks.cpp -----------------------------------------------------------// |
| 2 | |
| 3 | // Copyright 2009-2010 Vicente J. Botet Escriba |
| 4 | |
| 5 | // Distributed under the Boost Software License, Version 1.0. |
| 6 | // See http://www.boost.org/LICENSE_1_0.txt |
| 7 | |
| 8 | // See http://www.boost.org/libs/chrono for documentation. |
| 9 | |
| 10 | //--------------------------------------------------------------------------------------// |
| 11 | |
| 12 | // define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows |
| 13 | // the library is being built (possibly exporting rather than importing code) |
| 14 | |
| 15 | #ifndef BOOST_CHRONO_SOURCE |
| 16 | # define BOOST_CHRONO_SOURCE |
| 17 | #endif |
| 18 | |
| 19 | #include <boost/chrono/detail/inlined/process_cpu_clocks.hpp> |
| 20 | |
| 21 | |