aclprofPush

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

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

aclError aclprofPush(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

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

Restrictions