Searched refs:CommandObjectLogTimerDump (Results 1 – 1 of 1) sorted by relevance
475 class CommandObjectLogTimerDump : public CommandObjectParsed { class478 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump() function in CommandObjectLogTimerDump482 ~CommandObjectLogTimerDump() override = default;573 CommandObjectSP(new CommandObjectLogTimerDump(interpreter))); in CommandObjectLogTimer()