MiCR0 Posted June 7, 2008 Share Posted June 7, 2008 Am working on a game and am trying to work out the delay speed of a computer... the higher the number the better there CPU is same with ram and Overclocking etc so a computer with CPU level 1 is not as good as someone with a CPU level of 5 etc... so the faster the CPU RAM CPUbit Overclocked is the short the delay would be.. Also there is how many Tasks are running on that computer which would / the total of the computer speed by the count of tasks.. Also the Size of the File that the user is moving means it would be a longer delay the bigger the file size. $delay = ($PC->Overclocked * $PC->CPU * $PC->CPUbit * $PC->RAM / $numrows) * $proc->size; the above is WAY WAY to big works out to 2MB every 90 Hours. Could someone please help me with this as I am very stuck with this logic. Thanks Link to comment https://forums.phpfreaks.com/topic/109098-solved-logic-maths-help/ Share on other sites More sharing options...
MiCR0 Posted June 7, 2008 Author Share Posted June 7, 2008 worked it out Link to comment https://forums.phpfreaks.com/topic/109098-solved-logic-maths-help/#findComment-559686 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.