aclprofPop
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Records the end time of the time span by msproftx when an event occurs.
After this API is called, the Profiling tool automatically records the end timestamp in the stamp pointer.
Prototype
aclError aclprofPop()
Returns
0 on success; else, failure. For details, see aclError.
Restrictions
- This API must be used in pair with aclprofPush to indicate the start and end time of a time span.
- This API must be called between aclprofCreateStamp and aclprofDestroyStamp.
- Cross-thread calls are not supported. If cross-thread calls are required, use the aclprofRangeStart/aclprofRangeStop APIs.
Parent topic: msproftx Extended APIs