<div dir="ltr">thanks! that worked :)<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 25, 2013 at 10:40 AM, Jason Evans <span dir="ltr"><<a href="mailto:jasone@canonware.com" target="_blank">jasone@canonware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Nov 24, 2013, at 11:56 PM, Eduardo Silva <<a href="mailto:edsiper@gmail.com">edsiper@gmail.com</a>> wrote:<br>

> i have just integrated jemalloc in our open source project. I have linked jemalloc statically and after some tests i am not able to get any profiling file for analysis.<br>
><br>
> jemalloc configure:<br>
><br>
>    ./configure --enable-prof --with-jemalloc-prefix=je_ --enable-cc-silence<br>
><br>
> once compiled and linked to my sources i do:<br>
><br>
>    $ MALLOC_CONF=prof_leak:true,prof:true bin/monkey<br>
><br>
> but on exit there is no details, do i am missing some steps ?<br>
<br>
</div>The prefix also applies to the environment variable you set.  Try:<br>
<br>
        JE_MALLOC_CONF=prof_leak:true,prof:true bin/monkey<br>
<span class="HOEnZb"><font color="#888888"><br>
Jason</font></span></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">Eduardo Silva<br><a href="http://edsiper.linuxchile.cl" target="_blank">http://edsiper.linuxchile.cl</a><br><a href="http://monkey-project.com" target="_blank">http://monkey-project.com</a></div>

</div>