Method: Vips::Object.print_all

Defined in:
lib/vips/object.rb

print all active VipsObjects, with their reference counts. Handy for debugging ruby-vips.



84
85
86
87
# File 'lib/vips/object.rb', line 84

def self.print_all
    GC.start
    Vips::vips_object_print_all
end