Go to the documentation of this file.00001
00008
00009
00010
00011
00012 #ifndef ECL_TIME_LITE_CPU_TIME_HPP_
00013 #define ECL_TIME_LITE_CPU_TIME_HPP_
00014
00015
00016
00017
00018
00019 #include "errors.hpp"
00020 #include "types.hpp"
00021 #include <ecl/time_lite/config.hpp>
00022 #include <ecl/config/macros.hpp>
00023 #include "macros.hpp"
00024
00025
00026
00027
00028
00029 namespace ecl {
00030
00031 #ifdef ECL_HAS_CPUTIME
00032
00047 ecl_time_lite_PUBLIC TimeError cpu_time(TimeStructure &time);
00048 #endif
00049
00050 }
00051
00052 #endif