Add a flag like --verbose or --debug which provides the user with stats at various stages along the pipeline:
- Number of ignored/not-ignored projects found
- Total number of hashes
- Number of hashes after applying the common code threshold
- Number of project pairs/matches
- Number of project pairs after applying the minimum number of matches
This would make it easier to figure out how much the various filters contribute, which might be useful for debugging in case there are much fewer matches than expected.
Add a flag like
--verboseor--debugwhich provides the user with stats at various stages along the pipeline:This would make it easier to figure out how much the various filters contribute, which might be useful for debugging in case there are much fewer matches than expected.