View Single Post
Old 08-16-2005, 02:47 AM   #11
GreenDragon
An Icepaw Kobold
 
Join Date: Oct 2002
Server: Vazaelle
Posts: 89
Interface Author - Click to view interfaces
Default

Well after adding some more to the primary parsing function I will be rewriting it again for the third time to make it a more general use function, for use in all the other files as well. I also added in some timing functions for benchmarking. Please run this program 5 times to get a good average and the provide me with these details. Download is in my previous post.

CPU speed:
RAM:
Operating System:
Ticks 1:
Ticks 2:
Ticks 3:
Ticks 4:
Ticks 5:
Ticks per second:

* Hint just copy/paste and fill it in *

Mine would be

CPU speed: 1.6Ghz
RAM: 1 GB
Operating System: Window XP SP2
Ticks 1: 29836
Ticks 2: 34384
Ticks 3: 30361
Ticks 4: 29260
Ticks 5: 31208
Ticks per second: 3579545

Average run speed for me is 0.0086 second. aka 8/1000th of a second.

Now to find the average speed add all ticks together and divide 5. Then divide by the ticks per second (please provide with with the ticks though i can find average myself).
GreenDragon is offline   Reply With Quote