# tensorplay.cuda.nvtx.range_end

Source: https://www.tensorplay.cn/docs/generated/tensorplay.cuda.nvtx.range_end.html

# tensorplay.cuda.nvtx.range_end

tensorplay.cuda.nvtx.range_end(range_id) &#x2192; [None](https://docs.python.org/3/library/constants.html#None)[[source]](../_modules/tensorplay/cuda/nvtx.html#range_end)

Mark the end of a range for a given range_id.

Parameters:

range_id ([int](https://docs.python.org/3/library/functions.html#int)) – a unique handle for the start range.
