CogUtil::PerformanceProfiler::Metrics
Inherits Reference < Object
Performance metrics data structure
Constructors
new
Instance methods
call_count
call_count=(call_count : UInt64)
cpu_time
cpu_time=(cpu_time : Float64)
errors
errors=(errors : UInt64)
gc_time
gc_time=(gc_time : Float64)
memory_peak
memory_peak=(memory_peak : UInt64)
memory_used
memory_used=(memory_used : UInt64)
to_json(json : JSON::Builder)
wall_time
wall_time=(wall_time : Float64)