1#ifndef KOKKOS_UTILS_TIMER_DURATION_HPP
2#define KOKKOS_UTILS_TIMER_DURATION_HPP
18using seconds = std::chrono::duration<double, std::ratio<1, 1>>;
std::chrono::duration< double, std::ratio< 1, 1 > > seconds
Similar to std::chrono::seconds, but using double instead of an integer type to represent the tick co...
std::chrono::duration< double, std::micro > microseconds
std::chrono::duration< double, std::milli > milliseconds
Similar to std::chrono::milliseconds, but using double instead of an integer type to represent the ti...