Function: stop
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Stops profile data collection.
Prototype
- C Prototype
1aclError aclprofStop(const aclprofConfig *profilerConfig)
- Python Function
1ret = acl.prof.stop(profiler_config)
Parameter Description
|
Parameter |
Description |
|---|---|
|
profiler_config |
Int, pointer address for stopping Profiling. Must be the same as aclprofConfig passed to the acl.prof.start call. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Restrictions
Use this API together with the acl.prof.start API. Call acl.prof.start first and then acl.prof.stop.
Parent topic: Data Profiling APIs