]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1684: profiling functionality is spread out v8.1.1684
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Jul 2019 20:59:32 +0000 (22:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Jul 2019 20:59:32 +0000 (22:59 +0200)
commitfa55cfc69d2b14761e2a8bd85bc1e0d82df770aa
tree3420b78d3aa0d58695f9a660592b655ac2f22fb1
parentd5abb4c87727eecb71b0e8ffdda60fc9598272f3
patch 8.1.1684: profiling functionality is spread out

Problem:    Profiling functionality is spread out.
Solution:   Put profiling functionality in profiling.c. (Yegappan Lakshmanan,
            closes #4666)
20 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_dice.mak
src/Make_manx.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_sas.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/ex_cmds2.c
src/globals.h
src/profiler.c [new file with mode: 0644]
src/proto.h
src/proto/ex_cmds2.pro
src/proto/profiler.pro [new file with mode: 0644]
src/proto/userfunc.pro
src/structs.h
src/userfunc.c
src/version.c