Oso Memory Profiler

4.12 - OsoMP_ThreadName

Specifies a name for the calling thread.

void OsoMP_ThreadName( const char* name );
name The name for the current thread.
Thread names are an aid to understanding program behaviour by giving more context than an ID can.

The Oso Memory Profiler only stores a single name per thread, so calling this function from the same thread multiple times will only display the most recent name.