Guest_imported
New member
- Jan 1, 1970
- 0
Hi,<br><br>I was just wondering. I have been performing<br>some benchmark tests in Java and C++.<br><br>In order to time program execution in Java I<br>jave been using a statement such as:-<br><br>long start = System.currenttimemills() to return the current system time in ms. and<br>storing it in a variable start.<br><br>Is there an equivalent statement to this which will work in C++?<br><br>Many Thanks<br><br>Pete<br>