-
Notifications
You must be signed in to change notification settings - Fork 39
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
@proview includes ProfileView-related Gtk events.jl #148
Comments
It doesn't occur when you do this:
but it does if you load ProfileView before profiling:
|
I can't replicate this replacing This might be invalidation-related.. and an edge case.. Edit: Perhaps it could be invalidation from the logging call in |
I can't replicate this. Remember that Could also be JuliaGraphics/Gtk.jl#503? How are you starting Julia? |
Since this isn't replicable, let's close. (Reopen if it recurs.) |
Running
@profview myfunc()
gives this output, whereGtk.jl//src/events.jl, #237: line 2
dominates.myfunc() has no Gtk usage, so must be an artifact of
julia master 44f3bb3fc6
The text was updated successfully, but these errors were encountered: