Searched refs:CommandObjectStats (Results 1 – 4 of 4) sorted by relevance
17 class CommandObjectStats : public CommandObjectMultiword {19 CommandObjectStats(CommandInterpreter &interpreter);21 ~CommandObjectStats() override;
95 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats() function in CommandObjectStats107 CommandObjectStats::~CommandObjectStats() = default;
127 SRCS+= Commands/CommandObjectStats.cpp
495 m_command_dict["statistics"] = CommandObjectSP(new CommandObjectStats(*this)); in LoadCommandDictionary()