Function: pop
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
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()
Parameter Description
None.
Return Value Description
|
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. If cross-thread calls are required, use the Function: range_start/Function: range_stop APIs.
- This API must be called between Function: create_stamp and Function: destroy_stamp.
Parent topic: msproftx Extension APIs