Change test to do this, and check result comparing Clipper and
Harbour
nStartTime = SECONDS()
cTime := Time()
FOR x = 1 TO 100000
IF Time() != cTime
@ 12,10 SAY ALLTRIM( STR( x ) ) + " / 100,000"
cTime := Time()
ENDIF
NEXT x
@ 14,10 SAY "Seconds: " + ALLTRIM( STR( SECONDS() - nStartTime )
)
José M. C. Quintas
--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/94a441e9-628f-4bff-a96c-70dade4fc3e6n%40googlegroups.com.
an old Intel i5 2320, harbour 3.2 Windows 10
nStartTime = SECONDS()
cTime := Time()
FOR x = 1 TO 100000
IF Time() != cTime
@ 12,10 SAY ALLTRIM( STR( x ) ) + " / 100,000"
cTime := Time()
ENDIF
NEXT x
@ 14,10 SAY "Seconds: " + ALLTRIM( STR( SECONDS() - nStartTime ) )
José M. C. Quintas
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/48537c20-da49-47b1-a772-621441e261cbn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/47cda805-8459-4ee2-96ba-6a1909f4d163n%40googlegroups.com.