-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help users diagnose slow prompts #10
Comments
Thanks for the question; this is something I've wanted to make easier for end-users to investigate, but at the moment it's a bit manual. There are some tools / hooks you can experiment with, however.
|
Some useful profiling strategies: https://stackoverflow.com/q/5014823/113632 |
Thanks for the updates! I've been playing around with a zsh environment right now so I haven't had a chance to try this. |
No worries, this is mostly for my reference - though obviously user feedback is welcome. If there's anything different or more useful about your zsh environment (other than being zsh, obviously) that feedback would also be insightful. |
Do you have any tips/tricks when it comes to determining what parts of prompt.gem are causing a lag in generating the next prompt? I'm hoping to find some kind of general bash profiler that can pin down slow code.
Thanks!
The text was updated successfully, but these errors were encountered: