Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class GC_INFO General cluster: elks description: "Garbage collector statistics. This class may be used as ancestor by classes needing its facilities. Time accounting is relevant only if enable_time_accounting (from MEMORY) has been called." create: make Ancestors ANY MEMORY_STRUCTURE* MEM_CONST Queries C_memory: INTEGER_32 collected: INTEGER_32 collected_average: INTEGER_32 cpu_interval_time: REAL_64 cpu_interval_time_average: REAL_64 cpu_time: REAL_64 cpu_time_average: REAL_64 cpu_total_time: REAL_64 cycle_count: INTEGER_32 Eiffel_memory: INTEGER_32 Full_collector: INTEGER_32 Incremental_collector: INTEGER_32 memory_used: INTEGER_32 real_interval_time: INTEGER_32 real_interval_time_average: INTEGER_32 real_time: INTEGER_32 real_time_average: INTEGER_32 sys_interval_time: REAL_64 sys_interval_time_average: REAL_64 sys_time: REAL_64 sys_time_average: REAL_64 sys_total_time: REAL_64 Total_memory: INTEGER_32 type: INTEGER_32 Commands make (memory: INTEGER_32) update (memory: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org