Hwaro::Core::Lifecycle::BuildStats
Inherits Struct / Value / Object
Build statistics tracking
Constructors
new
SourceInstance methods
cache_hits
Sourcecache_hits=(cache_hits : Int32)
Sourceelapsed
Sourceend_time
Sourceend_time=(end_time : Time::Instant | Nil)
Sourcefiles_written
Sourcefiles_written=(files_written : Int32)
Sourcepages_failed
Sourcepages_failed=(pages_failed : Int32)
Sourcepages_read
Sourcepages_read=(pages_read : Int32)
Sourcepages_rendered
Sourcepages_rendered=(pages_rendered : Int32)
Sourcepages_skipped
Sourcepages_skipped=(pages_skipped : Int32)
Sourceraw_files_processed
Sourceraw_files_processed=(raw_files_processed : Int32)
Sourcestart_time
Sourcestart_time=(start_time : Time::Instant | Nil)
Source