Searched refs:bitmapBytes (Results 1 – 1 of 1) sorted by relevance
772 int bitmapBytes = 0; in dumpStats() local782 bitmapBytes += b.getByteCount(); in dumpStats()785 Log.d(TAG, "L1: " + btk(rawBytes) + " + " + btk(bitmapBytes) + " = " in dumpStats()786 + btk(rawBytes + bitmapBytes) + ", " + numHolders + " holders, " in dumpStats()789 + "," + btk(safeDiv(bitmapBytes,numBitmaps))); in dumpStats()797 int bitmapBytes = 0; in dumpStats() local800 bitmapBytes += b.getByteCount(); in dumpStats()802 Log.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps" in dumpStats()803 + ", avg: " + btk(safeDiv(bitmapBytes, numBitmaps))); in dumpStats()