PDA

View Full Version : Measuring running time of programm



Kira1991
April 25th, 2010, 12:34 PM
How can I measure time of running of c++ programm?

lisati
April 25th, 2010, 12:37 PM
One option is to do something like this from the command line: time <programname>