You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
hi,
I think it's not very important but I have some statistics a little bit 'silly' ...
The constance is 0 second ; but for 7 rows => 1750rows/s ; and 0rows /s for 6 !!
env :
Version: 3.0.3
Build id: r21383-20090126-2207
++
laurent
Offline

I guess when number of row by seconds is superior to a certain amount and total operation lasts less than one second, 0 is displayed.
I suppose TOS uses System.currentTimeMillies() to get operation durations, which gives millisecs so over a certain speed, the program cannot see the difference between the beginning and the end of operation and in order to avoid a "divide by zero error" it gives an automatic 0/row by secs which is in fact an "infinite amout of rows/sec to our precision".
Cheers,
Diane
Last edited by Diane2 (2009-05-04 15:11:54)
Offline
Pages: 1