Home
last modified time | relevance | path

Searched refs:CommandHelp (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/include/
Dcommon.h80 enum class CommandHelp { enum
112 const std::unordered_map<CommandHelp, std::string> commandHelpMap = {
113 { CommandHelp::HELP, std::string("--help") },
114 { CommandHelp::VERSION, std::string("--version") },
Dsmartperf_command.h54 void HelpCommand(CommandHelp type) const;
/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_command.cpp62 void SmartPerfCommand::HelpCommand(CommandHelp type) const in HelpCommand()
64 if (type == CommandHelp::HELP) { in HelpCommand()
67 if (type == CommandHelp::VERSION) { in HelpCommand()