aclprofDestroyStamp

Description

Destroys a msproftx event stamp.

Restrictions

This API must be used in pairs with aclprofCreateStamp and after aclprofStop.

Prototype

void aclprofDestroyStamp(void *stamp)

Parameters

Parameter

Input/Output

Description

stamp

Input

Stamp pointer, indicating a msproftx event stamp.

This API is used to specify the pointer to aclprofCreateStamp.

See Also

For the API call example, see Profile Data Collection.