aclprofDestroyStamp

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Function

Destroys a msproftx event stamp.

Prototype

1
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.

Returns

None

Restrictions

This API must be used in pair with aclprofCreateStamp and before aclprofStop.