Created
February 16, 2021 11:02
-
-
Save huyvohcmc/a8ac2c441b7b2b5666c474683034b391 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# profiling zsh startup time | |
$ for i in $(seq 1 10); do /usr/bin/time /bin/zsh -i -c exit; done | |
# profiling nvim startup time | |
$ nvim <file-name> --startuptime nvim.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment