warp.timing_end#

warp.timing_end(synchronize=True)[source]#

End detailed activity timing.

Parameters:

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

Returns:

A list of TimingResult objects for all recorded activities.

Return type:

list[TimingResult]