I was bored, so I wrote a simple/small cpu benchmark that tests the dual precision floating point performance of your CPU.
I wrote it in Visual Basic 6
If you run it, please post your score as well as your CPU. Keep in mind that it is NOT multithreaded, so having multiple cores will not benefit this benchmark.
That seems odd that a c2d would score lower than my A64..... do you have any demanding apps running in the backround like a game or copying files.... etc?
I've got quite a few things going. Turned off the one program that was maxing out my CPU. Another account running on this computer uses about 5% of the CPU resources at all times, too.
714 is what I'm getting with my normal programs running.
Just a warning about executing programs. I appreciate his effort but I choose not to download and execute the file because I don't know the person who made it and don't have the resources to determine what it does.
Just a warning about executing programs. I appreciate his effort but I choose not to download and execute the file because I don't know the person who made it and don't have the resources to determine what it does.
You know, I was thinking the exact same thing. Then I figured... what the hell, this is Vista, damnit.
I can assure you, it is not a virus. If it would re-assure you if i posted the source code here, just tell me and I will.
Sorry, I hope I didn't come off as accusatory. It was just meant as a reminder that anyone could come here and post up 9 or 10 posts then create a thread that links to a program that benchmarks your computer and also does other things like steal information, etc...
I do think you are sincere and I am in no way trying to cast doubt on your hard work, I just want everyone to be aware that if they want to download executables here that ANYONE posts they should do so with some risk in mind.
I can assure you, it is not a virus. If it would re-assure you if i posted the source code here, just tell me and I will.
I would be interested in the source code. In my spare time, I could go about making the program multithreaded, and that way, my X6800 and QX6700 will pwn you all...
Public Declare Function GetTickCount Lib "kernel32" () As Long
[/code:1:7bf89a2c03]
[code:1:7bf89a2c03]
'the rest of this goes in form1
Dim i As Long
Dim p As Double
Dim k As Double
Dim l As Double
Dim z As Double
Dim tickc As Long
Dim starttick As Long
Dim brun As Boolean
Private Sub Form_Load()
starttick = GetTickCount
p = 3.14159
brun = True
Do While brun = True
i = i + 1
k = p * (p + i)
l = (k * p)
z = l / k
l = z * (k + p)
tickc = GetTickCount
If tickc >= starttick + 1000 Then
brun = False
MsgBox "Score: " & (i / 10000)
End
End If
Loop
End Sub
[/code:1:7bf89a2c03]
Im open for suggestions if anyone has ideas to improve this one or make a different one
edit:
Quote :
I would be interested in the source code. In my spare time, I could go about making the program multithreaded, and that way, my X6800 and QX6700 will pwn you all...
If you know how to multithread applications with vb6, id very much like to be shown how
you are stupid (DaSickNinja) all i said was multithreaded is a good idea. as you said u can help this guy in doing that and you start you stupid ass answer for no reason what wrong with you. read my thread again i didn;t mean to ofened you. lol. chill
you are stupid (DaSickNinja) all i said was multithreaded is a good idea. as you said u can help this guy in doing that and you start you stupid ass answer for no reason what wrong with you. read my thread again i didn;t mean to ofened you. lol. chill
I think he was talking to me... as in he doesnt know how to multithread apps in vb6 yet either...