函数:destroy_config
产品支持情况
产品  | 
是否支持  | 
|---|---|
√  | 
|
√  | 
|
√  | 
|
√  | 
|
√  | 
|
√  | 
使用说明
C函数原型  | 
aclError aclprofDestroyConfig(const aclprofConfig *profilerConfig)  | 
|---|---|
Python函数  | 
ret = acl.prof.destroy_config(profiler_config)  | 
函数功能  | 
销毁aclprofConfig类型的数据,只能销毁通过acl.prof.create_config接口创建的aclprofConfig类型。  | 
输入说明  | 
profiler_config:int,待销毁的aclprofConfig类型的指针地址。  | 
返回值说明  | 
ret:int,错误码。 
  | 
约束说明  | 
  | 
父主题: Profiling数据采集接口