Hwaro::Profiler::MarkdownProfile
Inherits Struct / Value / Object
Represents per-page Markdown rendering profiling data (the dominant cost inside Render phase)
Constructors
new(path : String, count : Int32 = 0, total_bytes : Int64 = 0_i64, total_time_ms : Float64 = 0.0)
SourceInstance methods
count
Sourcecount=(count : Int32)
Sourcepath
Sourcepath=(path : String)
Sourcetotal_bytes
Sourcetotal_bytes=(total_bytes : Int64)
Sourcetotal_time_ms
Sourcetotal_time_ms=(total_time_ms : Float64)
Source