VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Performance Analyser

by WayneO (1 Submission)
Category: Debugging and Error Handling
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

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.
Code 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

Download Performance Analyser

Download Performance Analyser (56 KB)

Performance Analyser Comments

No comments have been posted about Performance Analyser. Why not be the first to post a comment about Performance Analyser.

Post your comment

Subject:
Message:
0/1000 characters