ProfileView.jl makes my computer lag

I had the same problem when using ImageView and found that the presented solution works for me, more or less. The thing is, I’m planning to use ImageView in a package I’m developing, and I couldn’t figure out how to modify the environment variable from inside the package. Is there a way to do this so that users of my package don’t have to manually run ENV["GTK_AUTO_IDLE"] = false ? Any help would be greatly appreciated. Thank you!

1 Like