<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rob@robster.org.uk" title="Rob Bradford <rob@robster.org.uk>"> <span class="fn">Rob Bradford</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - weston terminal: very high cpu usage"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=63597">bug 63597</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - weston terminal: very high cpu usage"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=63597#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - weston terminal: very high cpu usage"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=63597">bug 63597</a>
              from <span class="vcard"><a class="email" href="mailto:rob@robster.org.uk" title="Rob Bradford <rob@robster.org.uk>"> <span class="fn">Rob Bradford</span></a>
</span></b>
        <pre>Using sysprof to analyse this I see that we spend a large amount of time in
idle_redraw - a function that is throttled by the compositor (to vblank in the
DRM case and in the case of X11 every 10ms)

What we end up doing in that function is drawing all the glyphs using the Cairo
image backend something that cannot really be compared with rxvt.
weston-terminal is a "toy" terminal emulator and I don't believe there is any
bug present here.</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>