wsdjeg-vim-galore-zh_cn/chapter/Profiling-startup-time.md
2017-04-04 12:56:51 +08:00

11 lines
368 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 查看启动时间
感觉Vim启动的慢到了研究几个数字的时候了
```vim
vim --startuptime /tmp/startup.log +q && vim /tmp/startup.log
```
第一栏是最重要的因为它显示了**绝对运行时间**如果在前后两行之间时间差有很大的跳跃那么是第二个文件太大或者含有需要检查的错误的VimL代码。