aclgrphProfStop
函数功能
停止Profiling数据采集。
函数原型
Status aclgrphProfStop(aclgrphProfConfig *profiler_config);
参数说明
参数名 |
输入/输出 |
描述 |
---|---|---|
profiler_config |
输入 |
profiling配置信息结构指针。 |
返回值
参数名 |
类型 |
描述 |
---|---|---|
- |
Status |
SUCCESS: 成功 其他:失败 |
约束说明
该接口和aclgrphProfStart配对使用,先调用aclgrphProfStart接口再调用aclgrphProfStop接口。
父主题: 维测接口