Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dividedbyzero
on Nov 26, 2023
|
parent
|
context
|
favorite
| on:
Fish – Update on the Rust port
fish actually has a built-in profiler for its startup that can be enabled via an argument:
> --profile-startup=PROFILE_FILE > Will write timing for fish startup to specified file.
arp242
on Nov 26, 2023
[–]
zsh has the same; just add "zmodload zsh/zprof" at the top and "zprof" at the bottom of your zshrc.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> --profile-startup=PROFILE_FILE > Will write timing for fish startup to specified file.