struct

CogUtil::MemoryProfiler::AtomMemoryInfo

Inherits Struct < Value < Object

Atom memory estimation structure (comparable to C++ implementation)

Constructors

new(atom_size : Int32, truth_value_size : Int32, name_size : Int32, outgoing_size : Int32)

Instance methods

atom_size
atom_size=(atom_size : Int32)
name_size
name_size=(name_size : Int32)
outgoing_size
outgoing_size=(outgoing_size : Int32)
total_size
total_size=(total_size : Int32)
truth_value_size
truth_value_size=(truth_value_size : Int32)