Grinder needs to analyze each class and find which methods is not used and then remove them, this may take some time.
Paralel
Each thread will be used to process a specific amount of classes and will store the results in a thread-local field, then all information will be merged.
The number of threads should be the same as the number of cores.
Grinder needs to analyze each class and find which methods is not used and then remove them, this may take some time.
Paralel
Each thread will be used to process a specific amount of classes and will store the results in a thread-local field, then all information will be merged.
The number of threads should be the same as the number of cores.