Searched refs:CommandObjectLogTimerDump (Results 1 – 1 of 1) sorted by relevance
476 class CommandObjectLogTimerDump : public CommandObjectParsed { class479 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump() function in CommandObjectLogTimerDump483 ~CommandObjectLogTimerDump() override = default;574 CommandObjectSP(new CommandObjectLogTimerDump(interpreter))); in CommandObjectLogTimer()