函数:range_stop
C函数原型 |
aclError aclprofRangeStop(uint32_t *rangeId) |
---|---|
Python函数 |
ret = acl.prof.range_stop(range_id) |
函数功能 |
msproftx用于记录事件发生的时间跨度的结束时间。 调用此接口后,Profiling自动在Stamp中记录采集结束的时间戳。 |
输入说明 |
range_id:int,msproftx事件标记的唯一标识。用于在跨线程时区分。 |
返回值说明 |
ret:int,错误码。
|
约束说明 |
|
参考资源 |