From c88e7acc7ed4221b88303bb11caf4c8bb787c913 Mon Sep 17 00:00:00 2001 From: zhangzepeng Date: Thu, 25 May 2023 19:21:26 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=99smartperf-host=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzepeng --- .../device-dev/device-test/{smartperf.md => smartperf-host.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename zh-cn/device-dev/device-test/{smartperf.md => smartperf-host.md} (99%) diff --git a/zh-cn/device-dev/device-test/smartperf.md b/zh-cn/device-dev/device-test/smartperf-host.md similarity index 99% rename from zh-cn/device-dev/device-test/smartperf.md rename to zh-cn/device-dev/device-test/smartperf-host.md index 07e1629ff1..2afda8fe47 100644 --- a/zh-cn/device-dev/device-test/smartperf.md +++ b/zh-cn/device-dev/device-test/smartperf-host.md @@ -2,7 +2,7 @@ ## 简介 Smartperf-Host是一款深入挖掘数据、细粒度地展示数据的性能功耗调优工具,旨在为开发者提供一套性能调优平台,支持对CPU调度、频点、进程线程时间片、堆内存、帧率等数据进行采集和展示,展示方式为泳道图,支持GUI(图形用户界面)操作进行详细数据分析。 ## 架构图 -![系统架构图](/figures/smartperf_frame.png) +![系统架构图](figures/smartperf_frame.png) 该组件整体分为设备端和PC端两部分,设备端和PC端基于gRPC(Remote Procedure Call)通信框架进行数据交互。 设备端内部分为应用程序内嵌组件、命令行工具、性能调优服务、性能调优插件集合、部分系统工具及部分系统内核等模块。设备端提供了插件扩展能力,对外提供了插件接口,基于该扩展能力可以按需定义自己的能力,并集成到框架中来,目前基于插件能力已经完成了native内存插件、trace插件等,详细介绍见[性能调优组件](https://gitee.com/openharmony/developtools_profiler)。 -- GitLab