aclgrphProfStop
Description
Stops profile data collection.
Prototype
Status aclgrphProfStop(aclgrphProfConfig *profiler_config);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
profiler_config |
Input |
Pointer to a struct for a Profiling configuration. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Status |
SUCCESS: success. Other values: failure. |
Restrictions
aclgrphProfStop must be used in pair with and be called after aclgrphProfStart.
Parent topic: Maintenance and Test APIs