Gordon added a useful feature to GDCtools, documented internally as "tallying". It would be useful if, when we merge the code from that branch, the resulting info echoed to screen & logfile by each tool changes from
Counter({'pass': 110, 'cached': 86})
to be more informative about what was done, e.g. like
Processing Summary: X files considered, Y were freshly diced, Z found in dicer cache
Gordon added a useful feature to GDCtools, documented internally as "tallying". It would be useful if, when we merge the code from that branch, the resulting info echoed to screen & logfile by each tool changes from
to be more informative about what was done, e.g. like
where Y+Z always equals X