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.
- 4The keyword you're looking for is a profiler.Adam Rosenfield– Adam Rosenfield2015-01-10 06:47:00 +00:00Commented Jan 10, 2015 at 6:47
- 1Also, if you end up writing timing code yourself, be sure to read this: stackoverflow.com/questions/504103/…NPE– NPE2015-01-10 06:49:29 +00:00Commented Jan 10, 2015 at 6:49
Add a comment |