|
Forum Index : Microcontroller and PC projects : New release of the CMM2Profiler
| Author | Message | ||||
| joker Regular Member Joined: 06/02/2024 Location: GermanyPosts: 53 |
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 |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2026 |