> -----Original Message-----
> From: Johan Corveleyn [mailto:jcor...@gmail.com]
> Sent: donderdag 19 augustus 2010 4:55
> To: Subversion Development
> Subject: Re: svn diff optimization to make blame faster?
> 


> 
> I googled around a bit for C profilers on Windows. I found several
> which seem useful:
> - very sleepy (http://www.codersnotes.com/sleepy/sleepy)
> - Shiny (http://sourceforge.net/projects/shinyprofiler/)
> - AMD CodeAnalyst
> (http://developer.amd.com/cpu/CodeAnalyst/Pages/default.aspx)
> - AQTime - not free, but has a trial of 30 days
> (http://www.automatedqa.com/products/aqtime/)

Microsoft and Intel have some advanced profilers integrated in their C
products. (Only a bit of experience with those)

I had good results with very sleepy. When you have the PDB files available
it is as simple as just running the application and you get an easy to
understand result. (Make sure you have a recent version; the older versions
only allowed attaching to an already running process)

        Bert

Reply via email to