C函数原型 |
aclError aclprofMarkEx(const char *msg, size_t msgLen,aclrtStream stream) |
---|---|
Python函数 |
ret = acl.prof.mark_ex(msg, stream) |
函数功能 |
acl.prof.mark_ex打点接口。 调用此接口向配置的Stream流上下发打点任务,用于标识Host侧打点与Device侧打点任务的关系。 |
输入说明 |
|
返回值说明 |
ret:int,返回0表示成功,返回其它值表示失败。 |
参考资源 |
接口调用示例,参见Profiling性能数据采集。 |