26 #ifndef CASADI_TIMING_HPP
27 #define CASADI_TIMING_HPP
29 #include "generic_type.hpp"
50 std::chrono::time_point<std::chrono::high_resolution_clock> start_wall;
53 std::clock_t start_proc;
56 std::chrono::time_point<std::chrono::high_resolution_clock> stop_wall;
59 std::clock_t stop_proc;
75 casadi_int n_call = 0;
std::string join(const std::vector< std::string > &l, const std::string &delim)