Trace_stat_summary_pp.Table4SourceCurves
Real / Seconds
type summary_floor = [ | `Spacer| `Data of scalar_format * string * (string * Trace_stat_summary.curve) list ]A summary_floor of tag `Data contains all the data necessary in order to print a bunch of rows, 1 per summary, all displaying the same summary entry.
val resample_curves_of_floor :
int ->
[< `Data of 'a * 'b * ('c * float list) list | `Spacer ] ->
[> `Data of 'a * 'b * ('c * float list) list | `Spacer ]