Function: destroy_stamp
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Destroys a msproftx event stamp.
Prototype
- C Prototype
1void aclprofDestroyStamp(void *stamp)
- Python Function
1acl.prof.destroy_stamp(stamp)
Parameters
Parameter |
Description |
|---|---|
stamp |
Int, stamp pointer address, indicating the msproftx event stamp. This specifies the pointer to the Function: create_stamp API. |
Return Value
None
Restrictions
This API must be used in pair with Function: create_stamp and after Function: stop.
Parent topic: msproftx Extended APIs