VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Performance Analyser

WayneO  (1 Submission)   Debugging and Error Handling   Visual Basic 5.0   Beginner   Wed 3rd February 2021

Ever had a time when you cant figure out which alogrithm is fastest ? Well i know i have, thats why i created this small little application where you can can run & test upto 4 variations of your code.
If you find this useful, please remember to vote :)
Results are displayed in in Micro Seconds (100,000th's of a second). Multiple Iteration counter and avg'ing of results is also included with a graph to give you visual results.
If you find this useful, please vote :)

Inputs
Atleast 1 Block of code to test

Assumes
There is an included Module with 4 Subs (replace with functions if you wish). Just insert the code you wish to test. Slight Changing of the code could allow you to test more complex situations.

Returns
Execution Speeds and Chart.

Side Effects
Some systems do not support the QueryPerformance Counter. One could use the GetTime API, but i needed this specifically.

API Declarations
QueryPerformanceCounter.

Rate Performance Analyser (5(5 Vote))

Download Performance Analyser

Performance Analyser Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters