---
title: Python/C性能分析功能说明
description: "查看Python/C性能分析支持任务的帮助信息。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevkithistory/devkit_24_t50/cliuserguide/KunpengDevKitCli_0084.html
sourcePath: /source/zh/kunpengdevkithistory/devkit_24_t50/cliuserguide/KunpengDevKitCli_0084.html
indexId: 6e928c36b599f4d867b2798863d57c92ee36b7597f3d1558fab37566d72bb38c85
---
# Python/C性能分析功能说明

#### 命令功能

查看Python/C性能分析支持任务的帮助信息。


#### 命令格式

```
devkit py-perf [-h | --help] TASK [ARGS]
```


示例均为RPM包安装使用。


#### 使用示例

执行以下命令，查看Python/C性能分析支持的功能信息：

```
devkit py-perf -h
```

返回信息如下：

```
Usage: devkit py-perf [-h | --help] TASK [ARGS]

 The most commonly used devkit py-perf sub tasks are:
   help      Get help information
   hotspot   Run the hotspot collection and analysis task

 See 'devkit py-perf TASK --help' for more information on a specific task.
```
