• Home
  • Raw
  • Download

Lines Matching refs:command

6 hiperf is a command-line debugging tool provided by OpenHarmony for developers. It can capture perf…
24 ├── proto # Definition of the data structure exported to proto by the report command
60 | Build the unit test interface (command line). | --build-target hiperf_interfacetest |
67 | Dev command-line program | arm | out\ohos-arm-release\developtools\hiperf\hiperf | hi…
69 | Host command-line program | Linux | out\ohos-arm-release\clang_x64\developtools\hiperf | hi…
127 Help information about the test command:
131 this is a demo test command
154 hiperf [options] COMMAND [args for command]
165 - [args for command]
170 You can run the **--help** command to view help information.
173 --help [command]
175 [command] --help
184 | --help [command] | Displays the help information about the specified function. …
196 The **list** command lists all the perf events supported by the performance monitoring unit (PMU).
204 List the hardware events supported by the PMU. The command also lists the events that are not suppo…
212 The **stat** command monitors the specified application and periodically prints the values of perfo…
215 Usage: hiperf stat [options] [command [command-args]]
216 Collect performance counter information of running [command].
227 The **record** command samples the specified application and saves the sampling data to a file (**p…
230 Usage: hiperf record [options] [command [command-args]]
231 Collect performance sampling information of running [command].
242 The **dump** command reads the **perf.data** file without processing it.
253 The **report** command displays the sampling data (read from **perf.data**) and converts it to the …
272 …*command_script.py** to sample data. This script is the packaging script of the **report** command.
280 Collect performance sampling information of running [command].