You can call this from onStop () or onPause of your activity or fragment
StatsSnapshot picassoStats = Picasso.with(context).getSnapshot(); Log.d("Picasso stats ", picasspStats.toString());
then from the logarithm of Android, select verbose and Picasso filter.
You will receive a log of the following form:
Picasso stats: [main] StatsSnapshot{maxSize=76695844, size=75737296, cacheHits=656, cacheMisses=1091, downloadCount=8, totalDownloadSize=213376, averageDownloadSize=26672, totalOriginalBitmapSize=437547196, totalTransformedBitmapSize=609434304, averageOriginalBitmapSize=527801, averageTransformedBitmapSize=735143, originalBitmapCount=829, transformedBitmapCount=826, timeStamp=1484426664382}
source share