Searched refs:GPU_CLOCKS_PER_SEC (Results 1 – 2 of 2) sorted by relevance
32 #define GPU_CLOCKS_PER_SEC static_cast<clock_t>(__llvm_libc_clock_freq) macro36 #define GPU_CLOCKS_PER_SEC static_cast<clock_t>(1000000000UL)
24 uint64_t ns_per_tick = TICKS_PER_SEC / GPU_CLOCKS_PER_SEC; in clock_gettime()