Abstract base class for performance reporters following SRP and OCP
Instance methods
generate_report(since :
Time |
Nil = nil) :
String Template method pattern - defines the structure of report generation
Sourceoutput(content :
String) :
Nil Abstract method for output mechanism
Sourceoutput_report(since :
Time |
Nil = nil) :
Nil Template method for outputting reports
Source