Memvid::Stats
Memory statistics.
Constructors
new(raw : LibMemvid::Stats)
SourceInstance methods
active_frame_count
Sourcecapacity_bytes
Sourceclip_image_count
Sourcecompression_ratio_percent
Sourceframe_count
Sourcehas_clip_index
Sourcehas_lex_index
Sourcehas_time_index
Sourcehas_vec_index
Sourcelex_index_bytes
Sourcelogical_bytes
Sourcepayload_bytes
Sourceremaining_capacity_bytes
Sourcesavings_percent
Sourcesize_bytes
Sourcestorage_utilisation_percent
Sourcetime_index_bytes
SourceAppends a short String representation of this object which includes its class name and its object address.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).to_s # => #<Person:0x10a199f20>
vec_index_bytes
Sourcevector_count
Sourcewal_bytes
Source