Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp512 class CommandObjectLogTimerDump : public CommandObjectParsed { class
515 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump() function in CommandObjectLogTimerDump
519 ~CommandObjectLogTimerDump() override = default;
622 CommandObjectSP(new CommandObjectLogTimerDump(interpreter))); in CommandObjectLogTimer()