Thanks - that's certain a decent result for such a device. (and the price is right!)
George Henne NS BASIC Corporation http://www.nsbasic.com > >OK, great ... that gives a value of around 20000 iterations per second > >Three sucessive runs produced >20669.7 >19397.3 >20484.1 > >Kevin > > >--- In [email protected], "George Henne" <g...@...> wrote: >> >> In the Samples section (in the File menu in the IDE), there is a program >> already called Benchmark. Use that one - that way we are using the >> identical code for all platforms. >> >> > >> > >> >"Run the Benchmark sample" ..... oooookkkkkkk >> >I assume you mean the 'count for ten seconds' one ? ..... right? >> > >> >Now there must be dozens of ways to implement a counting program .... >> >not all of them the fastest. >> >What is the recomended way to do it ? >> > >> >A simple loop :- >> > >> > while n< 10000 >> > n = n+1 >> > textbox1.text = n >> > wend >> > >> >and I used a stopwatch to time it gives about 4250 (ish) >> >But of course this includes updating a textbox too ...... >> > >> >Kevin >> > >> > >> >--- In [email protected], "George Henne" <gh@> wrote: >> >> >> >> Great! Run the Benchmark sample, and I'll add it to the table here: >> >> >> >> <http://www.nsbasic.com/ce/info/technotes/TN22.htm> >> >> >> >> >Yippeeeee .... it works !! .... Brilliant >> >> >Its actually installer 2336 >> >> > >> >> >Thank you so much >> >> >Kevin >> > >> > >> > >> > >> >------------------------------------ >> > >> >Yahoo! Groups Links >> > >> > >> > >> > > > > >------------------------------------ > >Yahoo! Groups Links > > > -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
