Function: pop

Applicability

Product

Supported (√/x)

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

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
    1
    aclError aclprofPop()
    
  • Python Function
    1
    ret = acl.prof.pop()
    

Parameter Description

None.

Return Value Description

Return Value

Description

ret

Int, error code.

  • 0 indicates success.
  • Other values indicate failure.

Restrictions

Reference

For the API call example, see Profile Data Collection.