class type converter =object..end
The class type defining a generic output.
method header : stringShould return the overall header for output.
: stringShould return the overall footer for output.
method summary : ReportStat.all -> stringShould return the overall summary for passed statistics.
method file_header : string -> stringShould return the header for passed file.
: string -> stringShould return the footer for passed file.
method file_summary : ReportStat.all -> stringShould return the file summary for passed statistics.
method point : int -> int -> Common.point_kind -> stringpoint o n k should return the output for a given point, o
being the offset, n the number of visits, and k the point
kind.