<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Graeme Geldenhuys wrote:
<blockquote
 cite="mid:cfcebe780811251429r31bb2942w12fed7f901a5ad76@mail.gmail.com"
 type="cite">
  <pre wrap="">On Wed, Nov 26, 2008 at 12:10 AM, Florian Klaempfl
<a class="moz-txt-link-rfc2396E" href="mailto:florian@freepascal.org"><florian@freepascal.org></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Maybe you should have asked :) gprof works on linux for 10 years (on
windows it is hairy) and valgrind support is also since 2.0 in FPC.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I did at the time, and nobody could help me with gprof. I then tried
to use valgrind, but had no clue what to do or how it works, so just
gave up and used a high precision timer over sections of my code. :-)

Anyway, thank you for the link to valgrind usage - I managed to get it
working just fine. It gives a damn lot of information - now i just
need to figure out what everything kcachegrind shows me means. But I
see the valgrind website has a tutorial which i will work through.
Thanks again.


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
<a class="moz-txt-link-freetext" href="http://opensoft.homeip.net/fpgui/">http://opensoft.homeip.net/fpgui/</a>
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
  </pre>
</blockquote>
The wiki documentation is good.  I am new to this, previously used
Delphi,<br>
and I had to look up gprof and valgrind.  It was easy and quick.<br>
Eric March<br>
Australia<br>
<br>
</body>
</html>