Function: finalize

C Prototype

aclError aclprofFinalize()

Python Function

ret = acl.prof.finalize()

Function Usage

Finalizes profiling.

Input Description

None

Return Value

ret: int, error code.

Restrictions

Use this API together with the acl.prof.init API. Call acl.prof.init first and then acl.prof.finalize.

Reference

For the API call example, see Profile Data Collection.