can anybody give me names , or links, to any good performance analysis tools. im using lazaurus if that matters.
thanks
can anybody give me names , or links, to any good performance analysis tools. im using lazaurus if that matters.
thanks
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.
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)
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 ::
From brazil (:
Pascal pownz!
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>
Bookmarks