未验证 提交 70780cb8 编写于 作者: H hw-wLiu 提交者: Gitee

update zh-cn/device-dev/subsystems/subsys-dfx-hitracemeter.md.

Signed-off-by: Nhw-wLiu <liuwei573@huawei.com>
上级 fcb3beca
...@@ -178,7 +178,7 @@ hdc_std shell hitrace -t 10 ohos > .\myapp_demo.ftrace ...@@ -178,7 +178,7 @@ hdc_std shell hitrace -t 10 ohos > .\myapp_demo.ftrace
以下为一个demo调试过程 以下为一个demo调试过程
测试代码hitrace_example.cpp 1.编写测试代码hitrace_example.cpp,将使用到的接口加入代码
``` ```
int main() int main()
...@@ -210,7 +210,7 @@ int main() ...@@ -210,7 +210,7 @@ int main()
} }
``` ```
gn编译文件 2.修改gn编译文件并编译
``` ```
ohos_executable("hitrace_example") { ohos_executable("hitrace_example") {
...@@ -230,7 +230,7 @@ group("hitrace_target") { ...@@ -230,7 +230,7 @@ group("hitrace_target") {
} }
``` ```
hitrace_example运行有如下数据输出说明调试成功 3.运行hitrace_example有如下数据输出说明调试成功
``` ```
<...>-1651 (-------) [002] .... 327.194136: tracing_mark_write: S|1650|H:testAsync 111 <...>-1651 (-------) [002] .... 327.194136: tracing_mark_write: S|1650|H:testAsync 111
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册