# tensorplay.cuda.nvtx.mark

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

# tensorplay.cuda.nvtx.mark

tensorplay.cuda.nvtx.mark(msg)[[source]](../_modules/tensorplay/cuda/nvtx.html#mark)

Describe an instantaneous event that occurred at some point.

Parameters:

msg ([str](https://docs.python.org/3/library/stdtypes.html#str)) – ASCII message to associate with the event.
