Function: pop
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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 stamp.
Prototype
- C Prototype
1aclError aclprofPop()
- Python Function
1ret = acl.prof.pop()
Parameters
None
Return Value
Return Value |
Description |
|---|---|
ret |
Int, error code.
|
Restrictions
- This API must be used in pair with Function: push to indicate the start and end time of a time span.
- Cross-thread calls are not supported. You can use the Function: range_start and Function: range_stop pair as an alternative.
- This API must be called between Function: create_stamp and Function: destroy_stamp.
Parent topic: msproftx Extended APIs