Results 1 to 7 of 7

Thread: performace analysis tools?

  1. #1

    performace analysis tools?

    can anybody give me names , or links, to any good performance analysis tools. im using lazaurus if that matters.
    thanks

  2. #2

    performace analysis tools?

    You can create your own profiling system just using timing functions like QueryPerformanceCounter(), and a log system. Here is an example of how it works:

    http://www.cryer.co.uk/brian/delphi/howto_time_code.htm

    OTOH, this software called my attention, but I haven't tried it:

    http://www.intel.com/cd/software/pro...une/239144.htm

    If someone have tried it, please write about it.

  3. #3
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    performace analysis tools?

    Here on the forums somewhere is a profiling class I wrote. Basically at the start of each block of code you want to profile you call a function, at the end the class dumps a record of how long each block took to run.

    I cant find the relevant post as "You cannot make another search so soon after your last; please try again in a short while."
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  4. #4
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2

    performace analysis tools?

    I know its not relevant because its for Delphi, but it might be useful if someone stumbles on this thread from a search.

    I use ProDelphi. It is a paid for application (Delphi version is less than €50), but its pretty good IMHO. There is also a .net version.

    The website is http://www.prodelphi.de/
    :: AthenaOfDelphi :: My Blog :: My Software ::

  5. #5
    From brazil (:

    Pascal pownz!

  6. #6

    performace analysis tools?

    I have used GpProfile under Delphi for ages.

    http://17slon.com/gp/gpprofile/caveat.htm

    but It's not for lazarus I'm afraid.
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  7. #7

    Re: performace analysis tools?

    [quote="amirz90"]can anybody give me names , or ]

    AQTime is very very good... but not cheap :|

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •