warp.timing_begin#

warp.timing_begin(cuda_filter=TIMING_ALL, synchronize=True)[source]#

Begin detailed activity timing.

Parameters:
  • cuda_filter (int) – Filter flags for CUDA activity timing, e.g. warp.TIMING_KERNEL or warp.TIMING_ALL

  • synchronize (bool) – Whether to synchronize all CUDA devices before timing starts

Return type:

None