From 31b33b5f8168e105366711ac3589d22856f272c5 Mon Sep 17 00:00:00 2001 From: echodo <2220386943@qq.com> Date: Wed, 18 Jun 2025 17:17:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=E5=8D=95=E8=AF=8D=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Python_API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Python_API.md b/docs/Python_API.md index 2ec007a..225d631 100644 --- a/docs/Python_API.md +++ b/docs/Python_API.md @@ -390,8 +390,8 @@ kperf.get_device_metric(pmu_data: PmuData, device_attr: List[PmuDeviceAttr]) 对 kperf.device_bdf_list(bdf_type: PmuBdfType): 查找当前系统pcie指标中有效的bdf列表和smmu指标中的有效bdf列表 -* calss PmuBdfType: - PMU_BDF_TYPE_PCIE: pice指标类型 +* class PmuBdfType: + PMU_BDF_TYPE_PCIE: pcie指标类型 PMU_BDF_TYPE_SMMU: smmu指标类型 * 返回数据iterator[str],可通过for循环遍历该单元 以下是kperf.device_bdf_list示例 -- Gitee