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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.