Function: pop

C Prototype

aclError aclprofPop()

Python Function

ret = acl.prof.pop()

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.

Input Description

None

Return Value

ret: int, error code.

  • 0 indicates success.
  • Other values indicate failure.

Restrictions

Reference

For the API call example, see Profile Data Collection.