Code profiler

Programming Tools, Tips, and Tutorials.
Post Reply
uncleBen
Posts: 63
Joined: Sat Oct 29, 2005 9:03 pm

Code profiler

Post by uncleBen »

This program inserts profiling code into a source code, to see how many times different functions/subs are called and how long a routine call takes.

Launch JBProfiler, select a source file, open the generated profiling code in JBasic and run it. When the code finishes (with the END keyword), a window with statistics is displayed.

-----------
This program was coded using the JBExtensions program (which can be downloaded in the Advanced Utilities section), and the original source "profiler.bast" is also included.

-----------
Now version 1.1 with some bug-fixes / enhancements
Attachments
profiler_1_1.zip
(7.62 KiB) Downloaded 442 times
Post Reply