Function: range_stop

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

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
    1
    aclError aclprofRangeStop(uint32_t *rangeId)
    
  • Python Function
    1
    ret = acl.prof.range_stop(range_id)
    

Parameters

Parameter

Description

range_id

Int, unique ID of a msproftx event stamp. Used to distinguish between threads.

Return Value

Return Value

Description

ret

Int, error code.

Restrictions