JunoLab / DevTools.jl

Julia DevTools
Other
24 stars 11 forks source link

No graphical output on profiler() #2

Closed KristofferC closed 8 years ago

KristofferC commented 8 years ago

Hello, when I try to run the profile example from the README I just get a lot of text output but no window pop up:

julia> profiler()
DevTools.ProfileView.Node{DevTools.ProfileView.ProfileNode}
(DevTools.ProfileView.ProfileNode(Base.Profile.LineInfo("anonymous","profile.jl",16,"",-1,false,14032395
1353247),1843),[DevTools.ProfileView.Node{DevTools.ProfileView.ProfileNode}
(DevTools.ProfileView.ProfileNode(Base.Profile.LineInfo("profile_test","none",4,"",-1,false,140323951258
323),132),[DevTools.ProfileView.Node{DevTools.ProfileView.ProfileNode}
(DevTools.ProfileView.ProfileNode(Base.Profile.LineInfo("randn!","random.jl",1135,"",-1,false,140323951277

Any idea how to debug this further?

This is on v0.4.2 on a Ubuntu Virtual Machine with a tiling window manager if any of that matters.

vtjnash commented 6 years ago

bump. I had to additionally call Media.render(DevTools.WebView(), ans) to get it to pop up the window