For everyone that is trying and don't know how to time their apps properly here is a class that the good old Platipus made some years ago. Don't think I have changed much in it. So the credit goes to him.
Here is how you should use it:
VB Code:
Private Sub cmdCrunch_Click() Dim Q As New sTime Q.Init Q.StartTime findPrimes2 'Call your function Q.StopTime MsgBox Q.RetTime End Sub




