blob: 3593984734fc1c88f0cb1fb520f0ac3cdb42acbf [file] [log] [blame]
// boost run_timer_static.cpp --------------------------------------------------------//
// Copyright Beman Dawes 2008
// Copyright 2009-2010 Vicente J. Botet Escriba
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
// See http://www.boost.org/libs/chrono for documentation.
//--------------------------------------------------------------------------------------//
// This function is defined in a separate translation so that it will not be linked
// in except if actually used. This is more efficient because header <iostream> is
// required, and it incurs the cost of the standard stream objects even if they are
// not actually used.
//--------------------------------------------------------------------------------------//
// define BOOST_CHRONO_SOURCE so that <boost/chrono/config.hpp> knows
// the library is being built (possibly exporting rather than importing code)
#define BOOST_CHRONO_SOURCE
#include <boost/chrono/detail/inlined/run_timer_static.hpp>