<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>OProfileUI</title><guid isPermaLink="false">computers/oprofileui-2007-04-16-19-30</guid><link>http://www.burtonini.com/blog/computers/oprofileui-2007-04-16-19-30</link><description>Excellent news for the day: Rob announced OProfileUI and released version 0.1.1. OProfileUI is a graphical interface to OProfile, similar ...</description><content:encoded><![CDATA[    <p>
      Excellent news for the day: Rob announced <a
      href="http://projects.o-hand.com/oprofileui">OProfileUI</a> and released
      version 0.1.1.  OProfileUI is a graphical interface to OProfile, similar
      to Sysprof, but with the advantages that it uses OProfile and has a
      client/server architecture.  Why is this so great?
    </p>
    <p>
      <strong>OProfile: </strong> <a
      href="http://oprofile.sourceforge.net/">OProfile</a> is in mainline Linux
      and shipped in most distributions.  OProfile can profile both user space
      and kernel space, and works on x86-32, x86-64, IA64, PPC, ARM, MIPS, Sparc
      and more (although OProfileUI has only been tested against x86-32 and ARM
      so far).
    </p>
    <p>
      <strong>Client/Server: </strong> with a client/server design you can run
      the lightweight <tt>oprofile-server</tt> on the target device (this only
      links to GLib) and run the interface on your desktop machine, moving the
      intensive work of analysing the profile data from the target to the more
      powerful desktop.  This also lets you profile one machine doing tasks
      where it is normally tricky to run a profiler, such as logging in to GNOME
      from GDM, by moving the control interface to another machine.
    </p>

    <p>
      I've been fanboying <a href="http://www.robster.org.uk">Rob</a> over this
      for some time now, I'm really pleased that it has finally been released.
      Let's go profile!
    </p>
]]></content:encoded><category domain="http://www.burtonini.com">/computers</category><dc:date>2007-04-16T18:30:00Z</dc:date></item></channel></rss>