Function: destroy_stamp

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

Destroys a msproftx event stamp.

Prototype

  • C Prototype
    1
    void aclprofDestroyStamp(void *stamp)
    
  • Python Function
    1
    acl.prof.destroy_stamp(stamp)
    

Parameter Description

Parameter

Description

stamp

Int, stamp pointer address, indicating the msproftx event stamp. Specifies the pointer address of the Function: create_stamp API.

Return Value

None

Restrictions

This API must be used in pairs with Function: create_stamp and after Function: stop.

Reference

For the API call example, see Profile Data Collection.