MetricsProfStart
函数功能
用于设置性能数据采集信号启动,和MetricsProfStop配合使用。使用msProf工具进行算子上板调优时,可在kernel侧代码段前后分别调用MetricsProfStart和MetricsProfStop来指定需要调优的代码段范围。
函数原型
__aicore__ inline void MetricsProfStart()
参数说明
无
返回值
无
支持的型号
Atlas A2训练系列产品/Atlas 800I A2推理产品
注意事项
无。
调用示例
MetricsProfStart();
父主题: 算子调测API