aclprofFinalize

Description

Finalizes Profiling.

Restrictions

aclprofFinalize must be used in pair with and be called after aclprofInit.

Prototype

aclError aclprofFinalize()

Parameters

None

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.