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)
SourceInstance methods
count
Sourcecount=(count : Int32)
Sourcetemplate
Sourcetemplate=(template : String)
Sourcetotal_bytes
Sourcetotal_bytes=(total_bytes : Int64)
Sourcetotal_time_ms
Sourcetotal_time_ms=(total_time_ms : Float64)
Source