aclgrphProfDestroyConfig
Description
Destroys a Profiling configuration.
Prototype
Status aclgrphProfDestroyConfig(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
- aclgrphProfDestroyConfig must be used in pair with and be called after aclgrphProfCreateConfig.
- The Profiling configuration to be destroyed must be created by aclgrphProfCreateConfig.
- If the Profiling configuration fails to be destroyed, check whether the configuration arguments are proper.
Parent topic: Maintenance and Test APIs