nxLibSetDebugThreadName

<< Click to Display Table of Contents >>

Navigation:  NxLib API > C Interface > Other > NxLib >

nxLibSetDebugThreadName

Sets the debug name of the current thread. This name is used by the NxProfiler for the visualization of the debug information. Multiple threads with the same name and no simultaneously open blocks will be grouped together to a common time line.

 

 

Variants throwing exceptions on errors:

static void nxLibSetDebugThreadName(std::string const& threadName)

Parameters

threadName

Debug thread name.

Return Value

none

 

 

Variants returning error codes in an int* parameter:

void nxLibSetDebugThreadName(NXLIBERR* result, NXLIBSTR threadName)

Parameters

result

The error code of the operation.

threadName

Debug thread name.

Return Value

none