struct

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)
Source

Instance methods

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