Is there a way to see what is taking how much time each thing is taking when I start a new shell (e.g. some function that is running and etc).
Is it possible?
The only thing I can think of to help is doing things like:
~
λ time fish -i -c exit
________________________________________________________
Executed in 142.29 millis fish external
usr time 76.19 millis 68.00 micros 76.12 millis
sys time 61.52 millis 469.00 micros 61.05 millis
And then trying to remove things out and measuring again... not ideal though.