This may be an issue more for Homebrew.jl than ProfileView.

In the meantime, right-click on the bars and it will display the source line 
in the REPL.

--Tim

On Tuesday, May 20, 2014 02:39:41 AM mike c wrote:
> Hi Tim,
> 
> On Tuesday, 20 May 2014 18:58:05 UTC+10, Tim Holy wrote:
> > ProfileView makes your life a lot easier. You just visually pick out the
> > widest
> > bars for inspection.
> > 
> > I did a Pkg.add("ProfileView") on my OSX Mavericks machine.
> 
> I see that a bunch of other packages are installed and Brew installs some
> stuff as well.  However, some packages seem to be searching "/usr/local"
> for Cellar/pango, when it is actually in
> ~/.julia/v0.2/Homebrew/deps/usr/Cellar.
> 
> So I get the graphical output, but none of the text get rendered because
> pango is "missing".  Some output is shown below.
> 
> This is probably an issue better addressed on your github page.  Will try
> to fix or file a report for you.
> 
> thanks
> mike
> 
> =============================================
> 
> When "using" the package I get:
> julia> using ProfileView
> Warning: Possible conflict in library symbol dtrtri_
> Warning: Possible conflict in library symbol dgetri_
> Warning: Possible conflict in library symbol dgetrf_
> 
> And then after @profile'ing and doing a ProfileView.view() I get:
> julia> ProfileView.view()
> (process:50584): Pango-CRITICAL **: No modules found:
> No builtin or dynamically loaded modules were found.
> PangoFc will not work correctly.
> This probably means there was an error in the creation of:
>   '/usr/local/Cellar/pango/1.36.1/etc/pango/pango.modules'
>   You should create this file by running:
>     pango-querymodules >
> '/usr/local/Cellar/pango/1.36.1/etc/pango/pango.modules'
> 
>     (process:50584): Pango-WARNING **: failed to choose a font, expect ugly
> output. engine-type='PangoRenderCoreText', script='latin'

Reply via email to