<br><br><div class="gmail_quote">On Mon, Sep 28, 2009 at 1:38 PM,  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Item was added:<br>
+ ----- Method: BlockClosure&gt;&gt;timeToRunWithoutGC (in category &#39;evaluating&#39;) -----<br>
+ timeToRunWithoutGC<br>
+       &quot;Answer the number of milliseconds taken to execute this block without GC time.&quot;<br>
+<br>
+       ^(SmalltalkImage current vmParameterAt: 8) +<br>
+               (SmalltalkImage current vmParameterAt: 10) +<br>
+               self timeToRun -<br>
+               (SmalltalkImage current vmParameterAt: 8) -<br>
+               (SmalltalkImage current vmParameterAt: 10)<br>
+ !<br>
<br>
<br></blockquote><div><br><br>Could this method be put somewhere other than in Kernel, say for example in a separate profiling package?<br><br>Gulik. <br></div></div><br><br clear="all"><br>-- <br><a href="http://gulik.pbwiki.com/">http://gulik.pbwiki.com/</a><br>