struct

Hwaro::Profiler::AssetGenerationStats

Inherits Struct / Value / Object

Simple aggregate stats for expensive BeforeRender hooks

Constructors

new(name : String, generated : Int32 = 0, skipped : Int32 = 0, time_ms : Float64 = 0.0)
Source

Instance methods

generated
Source
generated=(generated : Int32)
Source
name
Source
name=(name : String)
Source
skipped
Source
skipped=(skipped : Int32)
Source
time_ms
Source
time_ms=(time_ms : Float64)
Source