---
title: asc_prof_stop
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendcopapi/atlasascendc_api_07_00205.html
sourcePath: /source/zh/canncommercial/900/API/ascendcopapi/atlasascendc_api_07_00205.html
indexId: adef6577918bfd52eb203c3a0200faf72f9d03af6bb13e2a54d712b5ff8be7fe77
---
# asc_prof_stop

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Atlas 350 加速卡 | √ |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | √ |
| Atlas 200I/500 A2 推理产品 | x |
| Atlas 推理系列产品 AI Core | x |
| Atlas 推理系列产品 Vector Core | x |
| Atlas 训练系列产品 | x |


#### 功能说明

设置性能数据采集信号停止，和asc_prof_start配合使用。使用msProf工具进行算子上板调优时，可在kernel侧代码段前后分别调用asc_prof_start和asc_prof_stop来指定需要调优的代码段范围。


#### 函数原型

```
__aicore__ inline void asc_prof_stop()
```


#### 参数说明

无


#### 返回值说明

无


#### 约束说明

无


#### 调用示例

```
asc_prof_stop();
```
