When optimizing, or just as an educational tool, it is useful to be able to see exactly where stuff has gone in memory, visualizing allocations/deallocations, etc. I know Valgrind is used in the Linux world. What about in VS?
Asked
Active
Viewed 81 times
1
-
1Visual Studio 2012 Team edition comes with profiling tools, VTune is now called VTune Amplify XE – EdChum Dec 06 '12 at 17:43
1 Answers
0
You have lots of choices
- Glow Code
- Intel VTune Amplify XE
- Visual Studio 2012 Team edition comes with profiling tools
None of the above are free
There is also AMD:
- AMD CodeAnalyst this is free but without all the bells and whistles of Intel's product
Also this is a related post