class

Azu::PerformanceReporter

Inherits Reference < Object

Abstract base class for performance reporters following SRP and OCP

Instance methods

format_report(stats, since : Time | Nil)

Abstract method to be implemented by concrete reporters

Source
generate_report(since : Time | Nil = nil) : String

Template method pattern - defines the structure of report generation

Source
output(content : String) : Nil

Abstract method for output mechanism

Source
output_report(since : Time | Nil = nil) : Nil

Template method for outputting reports

Source
unavailable_message
Source