---
title: aclgrphProfStop
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/atlasgeapi_07_0131.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/atlasgeapi_07_0131.html
indexId: cf321c8bcdce3960a3f57cf4f6ca5f03311fd5418998a440573381899063683372
---
# aclgrphProfStop

#### 产品支持情况

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


#### 头文件/库文件

- 头文件：#include <ge/ge_prof.h>
- 库文件：libmsprofiler.so


#### 功能说明

停止Profiling数据采集。


#### 函数原型

```
Status aclgrphProfStop(aclgrphProfConfig *profiler_config)
```


#### 参数说明

| 参数名 | 输入/输出 | 说明 |
| --- | --- | --- |
| profiler\_config | 输入 | Profiling配置信息结构指针。 |


#### 返回值说明

| 参数名 | 类型 | 说明 |
| --- | --- | --- |
| \- | Status | SUCCESS：成功 其他：失败 |


#### 约束说明

该接口和aclgrphProfStart配对使用，先调用aclgrphProfStart接口再调用aclgrphProfStop接口。
