Hi<div><br></div><div>I need some help for the following:</div><div><br></div><div>;;; I am using taup function as an arbitrary example</div><div><div>? (time (taup '(+ 2) nil))</div><div>(TAUP '(+ 2) NIL)</div><div>
took 0 milliseconds (0.000 seconds) to run.</div><div>During that period, and with 2 available CPU cores,</div><div>     0 milliseconds (0.000 seconds) were spent in user mode</div><div>     0 milliseconds (0.000 seconds) were spent in system mode</div>
<div> 128 bytes of memory allocated.</div><div>(+ 2)</div></div><div><br></div><div>As shown by the time function 128 bytes of memory is allocated while evaluating (taup '(+ 1 2) nil)</div><div><br></div><div>I would like to pinpoint exactly which parts of the code in taup is allocating memory and how much, is there any tool</div>
<div>for this kind of analysis? How can I do this?</div><div><br></div><div>Thanks </div><div><br></div><div>Taoufik</div>