| /developtools/profiler/hiebpf/src/ |
| D | command_helper.cpp | 20 int CommandHelper::Start(int* argc, char*** argv, const std::string& help) in Start() argument 28 if (help.compare(SUPPORTED_ARGS[ARG_NONG]) == 0) { in Start() 45 DoHelp(help); in Start() 49 void CommandHelper::DoHelp(const std::string& help) in DoHelp() argument 51 if (help.compare(SUPPORTED_ARGS[ARG_HELP]) == 0) { in DoHelp() 53 } else if (help.compare(SUPPORTED_ARGS[ARG_OUTPUT_FILE]) == 0) { in DoHelp() 55 } else if (help.compare(SUPPORTED_ARGS[ARG_EXCLUDE_TRACER]) == 0) { in DoHelp() 57 } else if (help.compare(SUPPORTED_ARGS[ARG_MAX_STACK_DEPTH]) == 0) { in DoHelp() 59 } else if (help.compare(SUPPORTED_ARGS[ARG_DURATION]) == 0) { in DoHelp() 61 } else if (help.compare(SUPPORTED_ARGS[ARG_EVENTS]) == 0) { in DoHelp() [all …]
|
| /developtools/hiperf/script/ |
| D | record_control.py | 59 help='prepare need to add profiling target to ' 63 help='start execute hiperf record') 65 help='pause execute hiperf record') 67 help='pause execute hiperf record') 69 help='stop execute hiperf record' 75 help="""Collect profile info for an OHOS app""") 78 help="""Collect profile info 82 help="""Running a command on the OHOS device. 88 help="""Limit the process id of the collection 92 help="""Limit the thread id of the collection [all …]
|
| D | command_script.py | 45 help="""Collect profile info for an OHOS app""") 48 help="""Collect profile info 52 help="""Running a command on the OHOS device. 58 help="""Limit the process id of the collection 62 help="""Limit the thread id of the collection 66 help="""Collect system-wide information. 73 help="""Used with -p. Profile the launch time of 80 help="""Set recording options for `hiperf record` 84 help="""When profiling an OHOS app containing 95 help='The path to store profiling data. ' [all …]
|
| D | make_diff.py | 75 type=file_check, help=""" The path of base profiling 78 type=file_check, help=""" The path of target profiling 81 help="""the path of the report.""") 83 help="""Path to find symbol dir use to 86 help="""Path to find symbol dir use to
|
| D | make_report.py | 52 type=file_check, help=""" The path of profiling 55 help="""the path of the report.""") 57 help="""Path to find symbol dir use to 60 type=dir_check, help=""" The path of report html template
|
| D | make_report_sample.py | 41 type=file_check, help=""" The path of profiling 44 help="""Path to find symbol dir use to 47 help="""print the call_stack""")
|
| /developtools/ace_ets2bundle/ |
| D | build_ets_loader_library.py | 39 parser.add_argument('--node', help='path to nodejs exetuable') 40 parser.add_argument('--babel-js', help='path to babel.js') 41 parser.add_argument('--ets-loader-src-dir', help='path to compiler/src') 42 parser.add_argument('--babel-config-js', help='path babel.config.js') 43 parser.add_argument('--uglify-source-js', help='path uglify-source.js') 44 parser.add_argument('--output-dir', help='path to output') 46 help='path declarations file') 48 help='path build_declarations_file.js') 50 help='path declarations file to output') 52 help='path component config file to output') [all …]
|
| D | generateSysResource.py | 72 parser.add_argument('--input-json', help='input path to id_defined.json') 73 parser.add_argument('--output-js', help='output path to sysResource.js')
|
| /developtools/ace_js2bundle/ |
| D | build_ace_loader_library.py | 39 parser.add_argument('--node', help='path to nodejs exetuable') 40 parser.add_argument('--babel-js', help='path to babel.js') 41 parser.add_argument('--ace-loader-src-dir', help='path to ace-loader/src') 42 parser.add_argument('--babel-config-js', help='path babel.config.js') 43 parser.add_argument('--tsc-js', help='path to parse5 module tsc') 44 parser.add_argument('--parse5-project', help='path to parse5 project') 45 parser.add_argument('--parse5-output-dir', help='path to parse5 output') 46 parser.add_argument('--module-source-js', help='path module-source.js') 47 parser.add_argument('--uglify-source-js', help='path uglify-source.js') 48 parser.add_argument('--output-dir', help='path to output')
|
| /developtools/profiler/host/smartperf/doc/ |
| D | quickstart_hiprofiler_cmd.md | 5 可以使用`-h`或者`--help`参数查看命令的使用描述信息: 9 help : 14 --help -h : make some help 22 * `-h`或者`--help`选项,用于输出帮助信息;
|
| /developtools/integration_verification/tools/startup_guard/ |
| D | startup_guard.py | 25 … help='input config files base directory example "out/rk3568" ', required=True) 27 help='rules directory', required=False) 29 help='force to pass all rules', required=False)
|
| /developtools/integration_verification/tools/deps_guard/ |
| D | deps_guard.py | 27 help='input asset files root directory', required=True) 30 help='rules directory', required=False) 33 help='force to pass all rules', required=False)
|
| /developtools/profiler/hiebpf/include/ |
| D | commandline_flags.h | 753 #define HIEBPF_DEFINE_bool(name, default_val, help) \ argument 757 static std::string FLAGS_HELP_##name {help}; \ 763 #define HIEBPF_DEFINE_int8(name, default_val, help) \ argument 767 static std::string FLAGS_##name##_help {help}; \ 773 #define HIEBPF_DEFINE_int16(name, default_val, help) \ argument 777 static std::string FLAGS_##name##_help {help}; \ 783 #define HIEBPF_DEFINE_int32(name, default_val, help) \ argument 787 static std::string FLAGS_##name##_help {help}; \ 793 #define HIEBPF_DEFINE_int64(name, default_val, help) \ argument 797 static std::string FLAGS_##name##_help {help}; \ [all …]
|
| D | command_helper.h | 31 int Start(int* argc, char*** argv, const std::string& help); 34 void DoHelp(const std::string& help);
|
| /developtools/syscap_codec/tools/ |
| D | syscap_config_merge.py | 138 help='base syscap config header.') 140 help='extern syscap config header.') 142 help='output app file')
|
| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | config.py | 42 help="product name. eg: -p ipcamera_hispark_taurus") 44 default=".", help="root path of openharmony") 46 action="store_false", help="recollect gn info or not(-g)") 48 help="recollect subsystem_component info or not(-s)") 50 help="add baseline of component to the result(-b) or not.") 52 action="store_true", help="unit adaptive")
|
| /developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
| D | README.md | 34 1. `-h`或`--help`命令查看帮助 42 -h, --help show this help message and exit 123 1. 使用`-h`或`--help`查看帮助 132 -h, --help show this help message and exit
|
| D | rom_analyzer.py | 296 help="root path of openharmony. eg: -p ~/openharmony") 298 help="path of out/{product_name}/packages/phone/system_module_info.json") 300 type=str, help="product name. eg: -n rk3568") 302 help="subdirectories of out/{product_name}/packages/phone to be counted." 305 help="add baseline of component to the result(-b) or not.") 307 … help="basename of output file, default: rom_analysis_result. eg: demo/rom_analysis_result") 309 action="store_true", help="unit adaptive") 311 help="if output result as excel, default: False. eg: -e True")
|
| /developtools/hdc/scripts/ |
| D | hdc_hash_gen.py | 96 help='output file name') 98 help='input directory') 100 help='output directory')
|
| /developtools/syscap_codec/ |
| D | README_ZH.md | 71 使用./syscap_tool -h或者./syscap_tool --help查看: 74 -h, --help : how to use 140 使用python3 syscap-check.py -h或python3 syscap-check.py --help查看用法: 147 -h, --help show this help message and exit
|
| /developtools/integration_verification/ |
| D | README.en.md | 35 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
| /developtools/hiperf/ |
| D | README_zh.md | 143 ./hiperf_example_cmd --help 146 --help 183 可以用 --help 查看帮助 186 --help [command] 188 [command] --help 197 | --help [command] | 显示指定功能的帮助信息 |
|
| /developtools/hiperf/src/ |
| D | option.cpp | 159 bool RegisterMainOption(const std::string &optionName, const std::string &help, in RegisterMainOption() argument 169 g_MainOptions[optionName].get()->help = help; in RegisterMainOption()
|
| /developtools/hiperf/include/ |
| D | subcommand.h | 26 SubCommand(const std::string &name, const std::string &brief, const std::string &help) in SubCommand() argument 27 : name_(name), brief_(brief), help_(help) in SubCommand()
|
| /developtools/profiler/device/plugins/ftrace_plugin/tools/ |
| D | ftrace_proto_generator.py | 195 help="event allow list file path", 198 "-e", dest="events_dir", required=True, type=str, help="event formats directory" 205 help="code file output directory",
|