module

Vips::Stats

Instance methods

allocations

Get the number of active allocations.

Source
mem

Get the number of bytes currently allocated vips_malloc() and friends. libvips uses this figure to decide when to start dropping cache.

Source
mem_highwater

Returns the largest number of bytes simultaneously allocated via vips_tracked_malloc(). Handy for estimating max memory requirements for a program.

Source
open_files

Get the number of open files.

Source