Menu
JAQForum Ver 19.10.27

Forum Index : Microcontroller and PC projects : New release of the CMM2Profiler

Posted: 06:42pm
02 Sep 2026
Copy link to clipboard
joker
Regular Member


Hello,
In my last fun project the particle engine, I did a lot of research how long things take and to make then even faster. Frame rate matters, you know ;-)

I told myself that it would be a good idea to have some assistant who can tell me what and where I can improve my programs (No, I don't mean AI). Good idea, I said and implemented an Analyzer into the CMM2Profiler.

You can download the version 0.7 as usual from github.com.
If you don't want to compile it yourself, you will find a download on the CMM2Profiler Wiki page. Scroll to the very bottom. You need at least a Java JRE 17 to run it.

The Analyzer provides a series of reports which analyze a certain aspect of your source code. You don't need profiler data for it. It works just with the source code.

Currently two reports are included:
1. variable length - analyze the influence of variable length on performance
2. increment - compares a=a+b and INC and show you the break even.

Most probably there will be more reports in the future. If you have idea for a new one, let me know.

Cheers
 Matthias
 


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2026