aclprofStart

Description

Starts profile data collection.

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

Restrictions

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

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

The value 0 indicates success, and other values indicate failure. For details, see aclError.

See Also

For the API call example, see Profile Data Collection.