diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-28 21:52:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-28 21:52:14 +0100 |
commit | 93ef6b0a3e828094cfbb58aeb6cb1be6cee690af (patch) | |
tree | 464a9eeec0b409b26c0b70b86ad0789d4dd7e39c /doc/it | |
parent | 9c76d80d4deb8ed6a6da82f957c5ea67c205b73e (diff) | |
download | weechat-93ef6b0a3e828094cfbb58aeb6cb1be6cee690af.zip |
core: add option "time" in command /debug
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index f3f2b5b67..9bb7e4cc4 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -218,15 +218,16 @@ Examples: ---- [[command_weechat_debug]] -* `+debug+`: attiva debug per core/plugin +* `+debug+`: debug functions ---- /debug list - set <plugin> <livello> + set <plugin> <level> dump [<plugin>] buffer|color|infolists|memory|tags|term|windows mouse|cursor [verbose] hdata [free] + time <command> list: list plugins with debug levels set: set debug level for plugin @@ -246,6 +247,7 @@ infolists: display infos about infolists tags: display tags for lines term: display infos about terminal windows: display windows tree + time: measure time to execute a command or to send text to the current buffer ---- [[command_weechat_eval]] |