Re: Re[2]: Get time difference without time()
- Posted by Irv Mullins <irvm at ellijay.com> Mar 15, 2001
- 447 views
On Thu, 15 Mar 2001, you wrote: > > > Sorry, I didnt mean that scenario. I just want to do like this > > x = thefunction() > ... do something here ... > ttimeelapsed = thefunction() - x > > I can do that with time(), but I dont want to use time(). > OK, I guess it's up to me to ask the obvious question: What's wrong with time()? It's not good for more than 24 hours, will your function take longer than that? Irv