Hi,<div><br></div><div>Could someone please explain what the &quot;fprofiled:&quot; section of the makefile does?</div><div><br></div><div>I am used to the &quot;gprof&quot; profiling tool to create a .dot file which I then read via </div>
<div>graphviz to produce beautiful call graphs and some runtime statistics.</div><div><br></div><div>e.g. like this:</div><div><pre>$ gcc -pg test.c<br>$ ./a.out<br>$ <span class="il">gprof</span> a.out gmon.out | awk -f gprof2dot.awk &gt; test1.dot</pre>
<div><br></div>Does the &quot;fprofiled:&quot; section of the Makefile do something similar<br>similar as above? if so how (input, outputs, dirs)? <br>OR am I completely lost?</div><div><br></div><div>Thanks again for your time,</div>
<div>Ad.</div>