What free profilers are there fore Windows 7 that are compatible with vs2010?
Asked
Active
Viewed 1,095 times
-2
-
that thing cost over 1000 us dollars – Ramilol Aug 26 '10 at 03:03
-
If all you want to do is find performance problems, you can do this: http://stackoverflow.com/questions/375913/what-can-i-use-to-profile-c-code-in-linux/378024#378024 – Mike Dunlavey Aug 27 '10 at 16:00
2 Answers
1
I've never had to look for one (because I use MinGW and it has a profiler for free), and I've never used this one before, so I don't know if it has all the features you're looking for, but try this anyway?
Xperf from Windows Performance Analysis Tools
Hope this helps!

blwy10
- 4,862
- 2
- 24
- 23
0
This looks promising if you are looking to import from MSVC
Imports MSVC projects and workspaces (NOTE: assembly code not supported yet)

ccook
- 5,869
- 6
- 56
- 81