G
Guest
Hello all..
I am trying to optimize some code that I have written. In order to do that, I would like to see how quickly certain parts of it run
I cannot figure out how to time an interval of less than a second. (Basically I'd like to try various different things to speed up the code, but would like to know the effects of each change...
In the past I've simply calculated the start time and end time using now(), and looked at the difference. But I need more than the 1 second that'll tell me
Any ideas
Thanks in advance
Greg Kaufman
I am trying to optimize some code that I have written. In order to do that, I would like to see how quickly certain parts of it run
I cannot figure out how to time an interval of less than a second. (Basically I'd like to try various different things to speed up the code, but would like to know the effects of each change...
In the past I've simply calculated the start time and end time using now(), and looked at the difference. But I need more than the 1 second that'll tell me
Any ideas
Thanks in advance
Greg Kaufman