aclprofPush

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

Records the start time of the time span by msproftx when an event occurs.

After this API is called, the Profiling tool automatically records the start timestamp in the stamp pointer and sets the event type to Push/Pop.

Prototype

1
aclError aclprofPush(void *stamp)

Parameters

Parameter

Input/Output

Description

stamp

Input

Stamp pointer, indicating a msproftx event stamp.

It specifies the pointer to aclprofCreateStamp.

Returns

0 on success; otherwise, failure. For details, see aclError.

Restrictions