I couldn't find any free c++ profiler with good interface for vs2005 running on 32bit winxp sp3. is there any free?
Asked
Active
Viewed 1,066 times
0
-
1Duplicate? http://stackoverflow.com/questions/67554/whats-the-best-free-c-profiler-for-windows-if-there-are – GManNickG Apr 20 '10 at 07:24
-
Look here: http://stackoverflow.com/questions/818673/memory-profiler-for-c – Pavel Radzivilovsky Sep 13 '11 at 15:17
1 Answers
0
You can download a 30 day evaluation of VTune from Intel: software.intel.com/en-us/intel-vtune/

Paul R
- 208,748
- 37
- 389
- 560
-
but can it really do memory profiling, instead of CPU profiling? – Pavel Radzivilovsky Sep 13 '11 at 15:15
-
Yes, I haven't actually used it but apparently it works with the CPU performance registers so you should be able to profile cache misses, memory bandwidth, etc. – Paul R Sep 13 '11 at 15:39