-
Notifications
You must be signed in to change notification settings - Fork 2
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
Give feedback during slow function calls #82
Comments
Actually subsequent runs are also kinda slow, for this big (and non-installed) package (compare with eg :ChainRulesCore). so yes, some kinda progress indication here. as predicted in
|
Ooh actually, SnoopPre :) |
Re so it's more like "Give feedback during slow function calls" |
step 1:
oh god, profview on WSL.. ok, according to this [https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps], should be possible oh wow, ok and profview works out of the box too.
Do I have vGPU / hardware-accelerated OpenGL rendering already? https://www.hanselman.com/blog/how-to-run-linux-gui-apps-on-windows-10-with-wsl-and-wslg ok, two trusted sources, seems legit someone w/ same question: microsoft/wslg#78
The intel installer failed (I chose "clean install (remove old drivers & reset settings to default)"; but it said sth "file not found" halfwya tru) |
We don't know how deep the rabbit hole goes (how many pkgs in tree) beforehand. I want the cool spinners of Pkg etc oh no, ProgressMeter has them: https://github.com/timholy/ProgressMeter.jl#progress-meters-for-tasks-with-an-unknown-number-of-steps |
So ok, we have this now (see upcoming commit closing this). ..and ProgressMeter.jl has no precompilation, alas. |
Try e.g. in a fresh session,
using PkgGraph; depgraph_image(:Plots)
. is slow.so ig, figure out uncompiled methods. some kinda flag, or a julia internal we can abuse
The text was updated successfully, but these errors were encountered: