cupy.cuda.nvtx.RangePushC

cupy.cuda.nvtx.RangePushC(message, uint32_t color=0)

Starts a nested range.

Ranges are used to describe events over a time span during execution of the application. The duration of a range is defined by the corresponding pair of RangePush*() to RangePop() calls.

Parameters
  • message (str) – Name of a range.

  • color (uint32) – ARGB color for a range.