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.10 - OsoMP_NewWarningCondition
Inserts a new warning expression into the profile.void OsoMP_NewWarningCondition( const char* expression, ... );
expression |
The expression string. Expression strings can reference event attributes either via their numerical ID, or their simple name. Attribute references must be enclosed in braces "{ }", and specify the event (allocation/message or free) to which they refer. Event references take the form "F:" for the first event, and "S:" for the second. The remaining part of the attribute reference should be the ID or simple name. For example:
| ||||||
... | Because expression strings can contain %d format specifiers for easier insertion of attribute IDs. You can pass attribute IDs as additional parameters to this function in the same manner as you would for printf. |