Searched defs:HelpCommand (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_help.cpp25 class HelpCommand : public Command { class in inherits:Command
27 HelpCommand() function in class:HelpCommand
41 bool HelpCommand::Run(const std::vector<std::string>& args) {
57 void HelpCommand::PrintShortHelp() {
64 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) {
68 HelpCommand help_command;

Completed in 33 milliseconds