Forged Alliance Forever Forged Alliance Forever Forums 2018-12-07T14:07:53+02:00 /feed.php?f=3&t=16924 2018-12-07T14:07:53+02:00 2018-12-07T14:07:53+02:00 /viewtopic.php?t=16924&p=170099#p170099 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]>
ZOB wrote:
i7 3770k should be around 150 to 160

I have default i7-3770 version. Not "K"

Statistics: Posted by bruce — 07 Dec 2018, 14:07


]]>
2018-12-07T01:18:21+02:00 2018-12-07T01:18:21+02:00 /viewtopic.php?t=16924&p=170090#p170090 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]> Statistics: Posted by ZOB — 07 Dec 2018, 01:18


]]>
2018-12-05T19:32:40+02:00 2018-12-05T19:32:40+02:00 /viewtopic.php?t=16924&p=170061#p170061 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]>
QuestionMarkNoob wrote:
bruce wrote:I have the same problem.
A week ago I had core i 7 3770 and msi H61 motherboard -CPU was about 198
Now I have Core i 7 3770 but motherboard on z77 chipset - and CPU became about 250
what can change?


You should check if “Intel Turbo Boost” is enabled, because you should enable that for achieving higher clock speeds for your processor. It might have been disabled because you switched to a motherboard which doesn’t enable it by default. Happens a lot. Though your problem is most likely caused by a background task, some Anti-Virus probably.

it like a magic, may be real i push cpu check button when other program worked. Today i tryed to do it only supcom launched - and have 189
Thank You for answer

Statistics: Posted by bruce — 05 Dec 2018, 19:32


]]>
2018-12-04T20:25:30+02:00 2018-12-04T20:25:30+02:00 /viewtopic.php?t=16924&p=170046#p170046 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]>
bruce wrote:
I have the same problem.
A week ago I had core i 7 3770 and msi H61 motherboard -CPU was about 198
Now I have Core i 7 3770 but motherboard on z77 chipset - and CPU became about 250
what can change?


You should check if “Intel Turbo Boost” is enabled, because you should enable that for achieving higher clock speeds for your processor. It might have been disabled because you switched to a motherboard which doesn’t enable it by default. Happens a lot. Though your problem is most likely caused by a background task, some Anti-Virus probably.

Statistics: Posted by ____ — 04 Dec 2018, 20:25


]]>
2018-12-04T16:26:00+02:00 2018-12-04T16:26:00+02:00 /viewtopic.php?t=16924&p=170041#p170041 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]> A week ago I had core i 7 3770 and msi H61 motherboard -CPU was about 198
Now I have Core i 7 3770 but motherboard on z77 chipset - and CPU became about 250
what can change?

Statistics: Posted by bruce — 04 Dec 2018, 16:26


]]>
2018-11-18T13:12:37+02:00 2018-11-18T13:12:37+02:00 /viewtopic.php?t=16924&p=169667#p169667 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]>
Code:
function CPUBenchmark()
    --This function gives the CPU some busy work to do.
    --CPU score is determined by how quickly the work is completed.
    local totalTime = 0
    local lastTime
    local currTime
    local countTime = 0
    --Make everything a local variable
    --This is necessary because we don't want LUA searching through the globals as part of the benchmark
    local h
    local i
    local j
    local k
    local l
    local m
    for h = 1, 48, 1 do
        -- If the need for the benchmark no longer exists, abort it now.
        if not lobbyComm then
            return
        end

        lastTime = GetSystemTimeSeconds()
        for i = 1.0, 25.0, 0.0008 do
            --This instruction set should cover most LUA operators
            j = i + i   --Addition
            k = i * i   --Multiplication
            l = k / j   --Division
            m = j - i   --Subtraction
            j = i ^ 4   --Power
            l = -i      --Negation
            m = {'One', 'Two', 'Three'} --Create Table
            table.insert(m, 'Four')     --Insert Table Value
            table.remove(m, 1)          --Remove Table Value
            l = table.getn(m)           --Get Table Length
            k = i < j   --Less Than
            k = i == j  --Equality
            k = i <= j  --Less Than or Equal to
            k = not k
        end
        currTime = GetSystemTimeSeconds()
        totalTime = totalTime + currTime - lastTime

        if totalTime > countTime then
            --This is necessary in order to make this 'thread' yield so other things can be done.
            countTime = totalTime + .125
            WaitSeconds(0)
        end
    end
    BenchTime = math.ceil(totalTime * 100)
end

Statistics: Posted by speed2 — 18 Nov 2018, 13:12


]]>
2018-11-18T13:05:02+02:00 2018-11-18T13:05:02+02:00 /viewtopic.php?t=16924&p=169666#p169666 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]> Statistics: Posted by Durabys — 18 Nov 2018, 13:05


]]>
2018-11-18T12:47:58+02:00 2018-11-18T12:47:58+02:00 /viewtopic.php?t=16924&p=169663#p169663 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]> Statistics: Posted by speed2 — 18 Nov 2018, 12:47


]]>
2018-11-18T12:25:28+02:00 2018-11-18T12:25:28+02:00 /viewtopic.php?t=16924&p=169661#p169661 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]>
PhilipJFry wrote:
we didn't change the cpu test in any way and we also can't tell you details about your hardware situation

aside from what geo already told you there is little we can advise you to do

Question. Does the CPU Rating 'evolve'? AKA: When more people come with better and stronger hardware everyone else who has older hardware gets pushed down the rating?

Statistics: Posted by Durabys — 18 Nov 2018, 12:25


]]>
2018-11-18T12:00:17+02:00 2018-11-18T12:00:17+02:00 /viewtopic.php?t=16924&p=169660#p169660 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]>
aside from what geo already told you there is little we can advise you to do

Statistics: Posted by PhilipJFry — 18 Nov 2018, 12:00


]]>
2018-11-18T11:41:33+02:00 2018-11-18T11:41:33+02:00 /viewtopic.php?t=16924&p=169659#p169659 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]>
Geosearchef wrote:
Press the rerun benchmark Button in the lobby and make sure your CPU is not busy during that time.

What do you think I have been doing the last two days? I know that there is the re-run button in the game map lobby.

Statistics: Posted by Durabys — 18 Nov 2018, 11:41


]]>
2018-11-18T11:11:25+02:00 2018-11-18T11:11:25+02:00 /viewtopic.php?t=16924&p=169658#p169658 <![CDATA[Re: My in-client CPU score decreased for no reason whatsoeve]]> Statistics: Posted by Geosearchef — 18 Nov 2018, 11:11


]]>
2018-11-18T11:46:33+02:00 2018-11-18T10:06:32+02:00 /viewtopic.php?t=16924&p=169656#p169656 <![CDATA[My in-client CPU score decreased for no reason whatsoever...]]> Statistics: Posted by Durabys — 18 Nov 2018, 10:06


]]>