struct

Hwaro::Profiler::TemplateProfile

Inherits Struct / Value / Object

Represents per-template profiling data

Constructors

new(template : String, count : Int32 = 0, total_bytes : Int64 = 0_i64, total_time_ms : Float64 = 0.0)
Source

Instance methods

count
Source
count=(count : Int32)
Source
template
Source
template=(template : String)
Source
total_bytes
Source
total_bytes=(total_bytes : Int64)
Source
total_time_ms
Source
total_time_ms=(total_time_ms : Float64)
Source