Profiler
Make profiler for C++ at least like in xcode.
49
votes
2 comments
-
AndrewDover
commented
You owe the C++ development community something, and putting a profiler in the standard version would be a nice gesture.
Take a look back at the years of unanswered C++ IDE complaints:
http://blogs.msdn.com/b/somasegar/archive/2007/08/08/visual-c-futures.aspx
-
Zak
commented
Visual Studio does have decent Instrumented and Monte-carlo profilers for C++. Sadly, they are only included in the top end versions. (Ultimate edition, maybe some others.)
It would be better if these were also included in the 'Common-or-garden programmer' editions too!!!