11 static std::chrono::duration<double>
now();
13 template <
typename F,
typename... Args>
14 inline static std::chrono::duration<double>
duration(F&& func, Args&&... args) {
16 func(std::forward<Args>(args)...);
static std::chrono::duration< double > now()
static std::chrono::duration< double > duration(F &&func, Args &&... args)