0

Possible Duplicate:
What's the best Free C++ Profiler for windows (if there are)

I'm looking for a free, time sampling profiler for C++

I've never used a profiler before, and the versions of Visual Studio I have don't come with one, basically I'd be happy with anything free, effective, and reasonably simple; with suitable instructions

Community
  • 1
  • 1
Eilidh
  • 1,354
  • 5
  • 21
  • 43
  • Yes, sorry - I'm using Visual Studio 2005 / 2010 on Windows Vista. – Eilidh Jan 06 '11 at 15:31
  • Or also http://stackoverflow.com/questions/2308026/which-has-been-the-most-reliable-fastest-windows-c-profiler-that-you-have-used – Suma Jan 06 '11 at 15:53
  • The free time-sampling profiler I've relied on, since before profilers were invented, is [random-pausing](http://stackoverflow.com/questions/375913/what-can-i-use-to-profile-c-code-in-linux/378024#378024). – Mike Dunlavey Jan 07 '11 at 15:28

2 Answers2

4

I have used Very Sleepy in the past and have been quite happy with it.

http://www.codersnotes.com/sleepy

Jesse Vogt
  • 16,229
  • 16
  • 59
  • 72
  • I think Sleepy was the one I adapted last year when I needed one. I had to decouple out all the WinMX which in my opinion should have been an optional extra. – CashCow Jan 06 '11 at 16:42
0

Please try my profiler, called cRunWatch

http://ravenspoint.wordpress.com/2010/06/16/timing/

ravenspoint
  • 19,093
  • 6
  • 57
  • 103