函数: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,错误码。
|
|
约束说明 |
与acl.prof.start接口配对使用,先调用acl.prof.start接口再调用acl.prof.stop接口。 |
|
参考资源 |