<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hi Bert,</div><div><br>On Jan 28, 2015, at 2:45 AM, Bert Freudenberg &lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=utf-8">On 27.01.2015, at 22:55, Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com" class="">eliot.miranda@gmail.com</a>&gt; wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><br class=""><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
99.98 (5,018)&nbsp; UndefinedObject&nbsp; DoIt<br class="">
&nbsp; 99.98 (5,018)&nbsp; BlockClosure&nbsp; bench<br class="">
&nbsp; &nbsp; 99.96 (5,017)&nbsp; UndefinedObject&nbsp; DoIt<br class="">
&nbsp; &nbsp; &nbsp; 20.9 (1,049)&nbsp; Array [SequenceableCollection]&nbsp; do:<br class="">
&nbsp; &nbsp; &nbsp; &nbsp; |16.01 (804)&nbsp; UndefinedObject&nbsp; DoIt<br class="">
&nbsp; &nbsp; &nbsp; &nbsp; |&nbsp; 16.01 (803)&nbsp; Array [SequenceableCollection]&nbsp; findLast:<br class="">
&nbsp; &nbsp; &nbsp; 5.7 (286)&nbsp; Time class&nbsp; millisecondClockValue<br class="">
<br class="">
Which is much better, and almost exact. #millisecondsClockValue is sent from #bench, not from a block.</blockquote><div class=""><br class=""></div><div class="">There's a printing bug there.&nbsp; IMO it should look like</div><div class=""><br class=""></div><div class="">&nbsp;99.98 (5,018)&nbsp; UndefinedObject&nbsp; DoIt</div>&nbsp; 99.98 (5,018)&nbsp; BlockClosure&nbsp; bench<br class="">&nbsp; &nbsp; 99.96 (5,017) &nbsp;[] in UndefinedObject&nbsp; DoIt<br class="">&nbsp; &nbsp; &nbsp; 20.9 (1,049)&nbsp; Array [SequenceableCollection]&nbsp; do:<br class="">&nbsp; &nbsp; &nbsp; &nbsp; |16.01 (804) &nbsp;[] in&nbsp;UndefinedObject&nbsp; DoIt</div><div class="gmail_quote">&nbsp; &nbsp; &nbsp; &nbsp; |&nbsp; 16.01 (803)&nbsp; Array [SequenceableCollection]&nbsp; findLast:<br class="">&nbsp; &nbsp; &nbsp; 5.7 (286)&nbsp; Time class&nbsp; millisecondClockValue</div><div class="gmail_quote"><br class=""></div><div class="gmail_quote">I'll take a look.</div></div></div></div></blockquote></div><div class=""><br class=""></div><div class="">Tallies currently only count per-method, not per-block. Maybe that is the reason why previously it tried to go via a block’s home?</div></div></blockquote><div><br></div>Perhaps. &nbsp;I fixed it in Andreas' profiler by adding a block nesting count to ASPTally. &nbsp;I'll back port it to MessageTally soon.<div><br><blockquote type="cite"><div><br class=""><div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; font-family: 'Lucida Grande'; font-size: 12px;"><div style="word-wrap: break-word;" class=""><div style="font-family: Helvetica;" class=""><span class="Apple-style-span" style="font-family: Helvetica;">- Bert -</span></div></div></span></div><br class=""></div></blockquote><blockquote type="cite"><div><span></span><br></div></blockquote></div></body></html>