is there an IDE or perhaps a piece of software that could time my C++ programs? I’m currently using Visual Studio 2010 so if there’s a functionality to help with that, I’d appreciate it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will want to use a Profiler. There are plenty of options out there, but start with what you have natively in VS – please read Find Application Bottlenecks with Visual Studio Profiler
Taken from here
And, as always, MSDN is your friend with Analyzing Application Performance by Using Profiling Tools