---
title: aclprofStop
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1261.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1261.html
indexId: 3085d6b31cf9decb491c2fb31ce5e9dca6dddf860d3aa2023c8446764470353768
---
# aclprofStop

#### 产品支持情况

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


#### 功能说明

停止Profiling数据采集。


#### 函数原型

```
aclError aclprofStop(const aclprofConfig *profilerConfig)
```


#### 参数说明

| 参数名 | 输入/输出 | 说明 |
| --- | --- | --- |
| profilerConfig | 输入 | 指定停止Profiling数据采集的配置。类型定义请参见aclprofConfig。 与aclprofStart接口中的aclprofConfig类型数据保持一致。 |


#### 返回值说明

返回0表示成功，返回其他值表示失败，请参见aclError。


#### 约束说明

与aclprofStart接口配对使用，先调用aclprofStart接口再调用aclprofStop接口。
