aclprofStart

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

Starts profile data collection.

Call aclprofStart as required during model execution. Only profile data after the API call is collected.

Prototype

aclError aclprofStart(const aclprofConfig *profilerConfig)

Parameters

Parameter

Input/Output

Description

profilerConfig

Input

Profiling configuration.

Call aclprofCreateConfig to create data of the aclprofConfig type in advance.

Returns

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

Restrictions

aclprofStart must be used in pair with and be called before aclprofStop.