Hi!
I have been working on a new profiler to reduce the amount of candidates when analyzing a Smalltalk project. The idea is to run the test to know exactly what are the methods that are invoked.
I would like you to try my implementation. With Mondrian, the standard candidates operator produces 27,890 candidates for all the methods. Using the profiler, it is reduced to 9,828. The amount of candidates is significantly reduced.
Below two screenshots of a complexity blueprint. I made it on Arki. One with the normal candidates, and one with the profiling.
Go to the the squeaksource project ArchitectureMonitor. There is a configuration in it. Load the last version. Then you should have the option:
I quickly worked on this, so it may be that it contains some error. I would like to know whether you like this approach or not.
Cheers, Alexandre