NVTX_DECLSPEC void NVTX_API nvtxMarkA ( const char *  message)

A marker created using nvtxMarkA or nvtxMarkW contains only a text message.

Parameters:
message- The message associated to this marker event.
Example:
nvtxMarkA("Example nvtxMarkA");
nvtxMarkW(L"Example nvtxMarkW");
Version:
Supported with NVTX version 0 or higher.

Generated by Doxygen for NVIDIA Tools Extension Library  NVIDIA