]> granicus.if.org Git - vim/commit
patch 8.2.4712: only get profiling information after exiting v8.2.4712
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 8 Apr 2022 12:23:19 +0000 (13:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 8 Apr 2022 12:23:19 +0000 (13:23 +0100)
commit18ee0f603ebd3c091f6d2ab88e652fda32821048
tree7989533f3caa07a806e0344ecc0ad5ff49af5a26
parent3a56b6d405fc0f1ca928b77382f97d0c552bea64
patch 8.2.4712: only get profiling information after exiting

Problem:    Only get profiling information after exiting.
Solution:   Add "profile dump" and "profile stop". (Marco Hinz, Yegappan
            Lakshmanan, closes #10107)
runtime/doc/repeat.txt
src/profiler.c
src/testdir/test_profile.vim
src/version.c