#ifndef PYTHONIC_INCLUDE_OMP_GET_WTICK_HPP #define PYTHONIC_INCLUDE_OMP_GET_WTICK_HPP #include #include "pythonic/include/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace omp { long get_wtick(); DEFINE_FUNCTOR(pythonic::omp, get_wtick); } PYTHONIC_NS_END #endif