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 #define BOOST_CHRONO_SOURCE
16 
17 #include <boost/chrono/detail/inlined/process_cpu_clocks.hpp>
18 
19