Function: finalize
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Finalizes profiling.
Prototype
- C Prototype
1aclError aclprofFinalize()
- Python Function
1ret = acl.prof.finalize()
Parameters
None
Return Value
Return Value |
Description |
|---|---|
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.
Parent topic: Profiling Data Collection APIs