cu-manual.xml 750 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?> <!-- -*- sgml -*- -->
  2. <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <!--
  5. TeX > Docbook > Turd
  6. -->
  7. <chapter id="cu-manual" xreflabel="cputil">
  8. <title>CPUTIL: Estimating CPU Utilization</title>
  9. <para>To use this tool, you must specify
  10. <option>--tool=cputil</option> on the Valgrind
  11. command line.</para>
  12. <sect1 id="ms-manual.overview" xreflabel="Overview">
  13. <title>Overview</title>
  14. <para>While other Valgrind tools deal with memory, Cputil deals with
  15. clock cycles. It instruments code to count clock cycles for each
  16. instruction. The value is that the counting is controllable.
  17. </para>
  18. </sect1>
  19. </chapter>
  20. <!-- last line of cu-manual.xml -->