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.7 - OsoMP_NewAttribute
Inserts a new attribute type into the profile.void OsoMP_NewAttribute( UInt8 id, OsoMPAttributeType type, const char* name );
id |
Application defined unique identifer for this attribute type. This value must be greater than ATTRIBUTEID_FirstUser (20) and, obviously, less than 256. |
type |
Defines the data type of this attribute. This can be one of the following values:
|
name | Specifies the name that will be displayed to the user in the Oso Memory Profiler for attributes of this type. |
Attributes must be added before they are referenced by any memory block or block type.