Tracking start up times
This commit is contained in:
parent
08daef5d71
commit
672ef634ee
2 changed files with 66 additions and 0 deletions
5
test/startup_log.sh
Executable file
5
test/startup_log.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm startup.log
|
||||
nvim --startuptime startup.log
|
||||
cat startup.log
|
Loading…
Add table
Add a link
Reference in a new issue