Lines Matching refs:hitrace
12 - hitrace CLI tool for data collection
15 Wherein, HiTraceMeter APIs and the hitrace CLI tool run on the device side, and the smartperf tool …
17 The hitrace CLI tool is used to collect trace data. It captures trace data flows and saves the data…
19 …is done automatically, you need to supply the data file generated by the hitrace CLI tool as the i…
21 … passed as the **Tag** parameter to event logging APIs. When you use the hitrace CLI tool to colle…
76 HiTraceMeter provides the hitrace CLI tool for capturing trace data in user mode and kernel mode, a…
94 HiTraceMeter development focuses on two parts: JS/C++ event logging APIs and the hitrace CLI tool.
134 1. Add the build dependencies to the build configuration file **base\hiviewdfx\hitrace\cmd\BUILD.gn…
137 external_deps = [ "hitrace:hitrace_meter"]
146 …nd trace data of **func1** and **func2** needs to be captured. After the hitrace command is execut…
176 hdc_std shell hitrace -t 10 ohos > .\myapp_demo.ftrace
217 2. Modify the **base\hiviewdfx\hitrace\cmd\BUILD.gn** file, and start building.
223 external_deps = [ "hitrace:hitrace_meter" ]
231 ":hitrace",
240 hitrace --trace_begin ohos
242 hitrace --trace_dump
267 # Using the hitrace CLI Tool
269 The hitrace CLI tool is an executable binary program. On an OpenHarmony-powered device, you can run…
294 hitrace -l
302 hitrace --list_categories
310 hitrace -b 4096 -t 10 --overwrite ability > /data/log/mytrace.ftrace
318 hitrace --trace_clock mono -b 4096 -t 10 --overwrite ability > /data/log/mytrace.ftrace
326 hitrace -z -b 4096 -t 10 --overwrite ability > /data/log/mytrace.ftrace
334 ### Incomplete or Empty Data Captured by hitrace
338 The data captured by running the hitrace command is incomplete or no data is captured.