We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zsh
# zsh 启动耗时测量 $ for i in $(seq 1 5); do /usr/bin/time /bin/zsh -i -c exit; done