module

FeatureTiming

Class methods

record_enable(feature_name : String, duration : Time::Span)

Record time spent in a feature's enable() method

Source
record_task(feature_name : String, duration : Time::Span)

Record time spent executing a task for a feature

Source
report

Generate timing report as a table

Source