Struct measure

template<typename TimeT = std::chrono::milliseconds>
struct measure

Public Static Functions

template<typename F, typename ...Args>
static TimeT::rep execution(F func, Args&&... args)
template<typename F, typename ...Args>
static TimeT::rep execution(F func, Args&&... args)