Searched defs:timer (Results 1 – 5 of 5) sorted by relevance
257 void ps_timer_start_(const void *timer) { in ps_timer_start_()265 void ps_timer_start_fortran_(const void **timer) { in ps_timer_start_fortran_()271 void ps_timer_stop_(const void *timer) { in ps_timer_stop_()279 void ps_timer_stop_fortran_(const void **timer) { in ps_timer_stop_fortran_()
203 ScopedTimer(const void * timer) : m_timer(timer) in ScopedTimer()
42 void *timer; member70 void *timer; member
6 void *timer; member
108 Kokkos::Timer timer; in run() local