[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn diff optimization to make blame faster?

From: Bert Huijben <bert_at_vmoo.com>
Date: Thu, 19 Aug 2010 08:13:46 -0700

> -----Original Message-----
> From: Johan Corveleyn [mailto:jcorvel_at_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
Received on 2010-08-19 17:15:10 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.