MetricsProfStop
产品支持情况
产品 |
是否支持 |
---|---|
|
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
|
x |
功能说明
设置性能数据采集信号停止,和MetricsProfStart配合使用。使用msProf工具进行算子上板调优时,可在kernel侧代码段前后分别调用MetricsProfStart和MetricsProfStop来指定需要调优的代码段范围。
函数原型
1
|
__aicore__ inline void MetricsProfStop() |
参数说明
无
返回值
无
约束说明
无
调用示例
1
|
MetricsProfStop(); |
父主题: 算子调测API