Program Listing for File cpu_time.hpp

Return to documentation for file (/tmp/ws/src/ecl_lite/ecl_time_lite/include/ecl/time_lite/cpu_time.hpp)

/*****************************************************************************
** Ifdefs
*****************************************************************************/

#ifndef ECL_TIME_LITE_CPU_TIME_HPP_
#define ECL_TIME_LITE_CPU_TIME_HPP_

/*****************************************************************************
** Includes
*****************************************************************************/

#include "errors.hpp"
#include "types.hpp"
#include <ecl/time_lite/config.hpp>
#include <ecl/config/macros.hpp>
#include "macros.hpp"

/*****************************************************************************
** Namespaces
*****************************************************************************/

namespace ecl {

#ifdef ECL_HAS_CPUTIME
ecl_time_lite_PUBLIC  TimeError cpu_time(TimeStructure &time);
#endif

} // namespace ecl

#endif /* ECL_TIME_LITE_CPU_TIME_HPP_ */