aclprofStop
Applicable Products
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
Stops profiling.
Prototype
1 | aclError aclprofStop(const aclprofConfig *profilerConfig) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
profilerConfig |
Input |
Profiling configuration. For details about the type definition, see aclprofConfig. It must be the same as aclprofConfig passed to the aclprofStart call. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Restrictions
aclprofStop must be used in pair with and be called after aclprofStart.
Parent topic: Profiling APIs