comparison Filelist @ 17370:ba06a1c42274 v8.1.1684

patch 8.1.1684: profiling functionality is spread out commit https://github.com/vim/vim/commit/fa55cfc69d2b14761e2a8bd85bc1e0d82df770aa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 13 22:59:32 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Jul 2019 23:00:06 +0200
parents 7927cf327396
children c7763af24f8d
comparison
equal deleted inserted replaced
17369:4b97e0731720 17370:ba06a1c42274
78 src/ops.c \ 78 src/ops.c \
79 src/option.c \ 79 src/option.c \
80 src/option.h \ 80 src/option.h \
81 src/popupmnu.c \ 81 src/popupmnu.c \
82 src/popupwin.c \ 82 src/popupwin.c \
83 src/profiler.c \
83 src/quickfix.c \ 84 src/quickfix.c \
84 src/regexp.c \ 85 src/regexp.c \
85 src/regexp_nfa.c \ 86 src/regexp_nfa.c \
86 src/regexp.h \ 87 src/regexp.h \
87 src/screen.c \ 88 src/screen.c \