-
Notifications
You must be signed in to change notification settings - Fork 0
Fast #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.