Display lru_cache cache_info in very verbose mode? #4249
Labels
topic: reporting
related to terminal output and user-facing messages and errors
type: enhancement
new feature or API change, should be merged into features branch
With the recent addition of
functools.lru_cache
it might make sense to display itscache_info
with-vvv
or some other flag, which would be helpful when investigating performance.For this it might make sense to wrap it into a separate module, so that it is easier to handle all of them (currently just one, but two already with #4247).
The text was updated successfully, but these errors were encountered: