Table of Contents
1 - Introduction2 - Profiling your application
3 - User interface reference
4 - SDK Reference
Contact Information
Sales
Sales and licensing related questions should be sent to our sales team at:Feedback
If you have feedback regarding this website or any of our products, please use the following email address:Support
Questions related to problems you have encountered with either this website or any of our products should be directed to our support team at:Enquiries
Any other questions, or general enquiries should be sent to the following email address:4.12 - OsoMP_ThreadName
Specifies a name for the calling thread.void OsoMP_ThreadName( const char* name );
name | The name for the current thread. |
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.