Jump to content

[SOLVED] Logic Maths Help


MiCR0

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.