Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 08:49 04 Sep 2026 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

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

Author Message
joker

Regular Member

Joined: 06/02/2024
Location: Germany
Posts: 53
Posted: 06:42pm 02 Sep 2026
Copy link to clipboard 
Print this post

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
 
Print this page


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