aclprofStop

Description

Stops profile data collection.

Restrictions

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

Prototype

aclError aclprofStop(const aclprofConfig *profilerConfig)

Parameters

Parameter

Input/Output

Description

profilerConfig

Input

Profiling configuration.

Must be the same as aclprofConfig passed to the aclprofStart call.

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.