Previous: Guile Exec Report Reference, Up: Guile Report Reference [Contents][Index]
Representation of the console format.
Representation of the S-expression format.
Representation of the text format.
Print only the mean value.
Print only the variance value.
Print only the standard deviation value.
Print the mean and standard deviation values.
Print the mean, variance standard deviation values.
Preconditions:
get-report
.
#:type
is provided, its value is one of the output/
values defined in this section.
#:iteration-time
, #:sample-time
or
#:sample-iterations
is provided, its value is one of the
stats/
values defined in this section.
#:self-test
, #:size-constraints
, #:total-time
,
#:total-iterations
, #:samples
or #:extra-data
is
provided, its value is either #t
or #f
.
Effects:
#f
, when the output is returned as a string.
Otherwise, the output is printed to the standard output.
Postconditions:
#:port
has
received the full printed report..
Previous: Guile Exec Report Reference, Up: Guile Report Reference [Contents][Index]