0

I want to check what code makes my program run slower or faster, is there a program that can take my code and check what is the runtime? Or are there any other ways to do it? Thank you.

2
  • 4
    The keyword you're looking for is a profiler. Commented Jan 10, 2015 at 6:47
  • 1
    Also, if you end up writing timing code yourself, be sure to read this: stackoverflow.com/questions/504103/… Commented Jan 10, 2015 at 6:49

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.