VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Simple code execution speed test

lonetron  (2 Submissions)   Complete Applications   Visual Basic 5.0   Advanced   Wed 3rd February 2021

Paste this into your VB code to test how long a portion of your code takes to execute. The number of milliseconds is appended to C:\TimeTest.txt

API Declarations
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Private Declare Function timeGetTime Lib "winmm.dll" () As Long

Rate A Simple code execution speed test (3(3 Vote))
A Simple code execution speed test.bas

A Simple code execution speed test Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters