Function: destroy_stamp
|
C Prototype |
void aclprofDestroyStamp(void *stamp) |
|---|---|
|
Python Function |
acl.prof.destroy_stamp(stamp) |
|
Function Usage |
Destroys a msproftx event stamp. |
|
Input Description |
stamp: int, stamp pointer address, indicating the msproftx event stamp. 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. |
|
Reference |
Parent topic: Profiling pyACL APIs for Extension (Extension APIs)