<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: Saving an large calc sheet is slower in LibO5.4 compared to LibO5.3"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113042#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE: Saving an large calc sheet is slower in LibO5.4 compared to LibO5.3"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=113042">bug 113042</a>
              from <span class="vcard"><a class="email" href="mailto:michael.meeks@collabora.com" title="Michael Meeks <michael.meeks@collabora.com>"> <span class="fn">Michael Meeks</span></a>
</span></b>
        <pre><span class="quote">> I unchecked "Relative" (must correspond to %) + "Cycle detection".</span >

Great =)

<span class="quote">> I don't see "absolute cycle counts" or "total", I only got file name +
> "Total Instruction Fetch Cost" in the bottom status bar and I can't
> right click on it.</span >

That's fine.

<span class="quote">> I sorted by "Called", the most called is rtl_uString_release (162 582 170)
> but I suppose it could be expected.</span >

Right - when you look at any profile there is a ton of methods like that being
called a very large number of times.

I personally always use the "callee map" - I select the 'main' function on the
left and then see what is going on in the callee map - you can click there to
drill down. 

When you're getting near the bottom (don't try near the top of the stack) the
'call graph' thing can be rather useful. It's all a great way to explore who
calls whom in the code =)

HTH.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>