aclprofCreateStamp
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Creates a msproftx event stamp. When aclprofMark, aclprofSetStampTraceMessage, aclprofPush, and aclprofRangeStart are called, the stamp pointer is used as the input to record the time span of the event.
Prototype
void *aclprofCreateStamp()
Returns
- Success: a pointer to data of the void type
- Failure: nullptr
Restrictions
This API must be used in pair with aclprofDestroyStamp and after aclprofStart.
Parent topic: msproftx Extended APIs