CogUtil::MemoryProfiler::SystemMemoryInfo
Inherits Struct < Value < Object
System memory information structure
Constructors
new(rss_kb : Int64, vsize_kb : Int64, heap_size : Int64, heap_used : Int64, total_allocations : Int64, free_bytes : Int64)
Instance methods
free_bytes
free_bytes=(free_bytes : Int64)
heap_size
heap_size=(heap_size : Int64)
heap_used
heap_used=(heap_used : Int64)
memory_efficiency
rss_kb
rss_kb=(rss_kb : Int64)
total_allocations
total_allocations=(total_allocations : Int64)
vsize_kb
vsize_kb=(vsize_kb : Int64)