函数:stop
C函数原型 |
aclError aclprofStop(const aclprofConfig *profilerConfig) |
---|---|
Python函数 |
ret = acl.prof.stop(profiler_config) |
函数功能 |
停止Profiling数据采集。同步接口。 |
输入说明 |
profiler_config:int,指定停止Profiling数据采集的配置的指针地址。 与acl.prof.start接口中的aclprofConfig类型数据保持一致。 |
返回值说明 |
ret:int,错误码。
|
参考资源 |
接口调用示例,参见Profiling性能数据采集。 |