If you’re using Vim 7.2.269 or later, then there’s the –startuptime option you can use.
vim --startuptime vim.log
from the help (vim -h):
--startuptime <file> Write startup timing messages to <file>
If you’re using Vim 7.2.269 or later, then there’s the –startuptime option you can use.
vim --startuptime vim.log
from the help (vim -h):
--startuptime <file> Write startup timing messages to <file>