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

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| 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_stop配合使用。使用msProf工具进行算子上板调优时，可在kernel侧代码段前后分别调用asc_prof_start和asc_prof_stop来指定需要调优的代码段范围。


#### 函数原型

```
__aicore__ inline void asc_prof_start()
```


#### 参数说明

无


#### 返回值说明

无


#### 约束说明

无


#### 调用示例

```
asc_prof_start();
```
