timer_report Subroutine

public subroutine timer_report(t, label)

Print a one-line performance report to stdout.

Output format (80 columns): @code

Arguments

Type IntentOptional Attributes Name
type(timer_t), intent(in) :: t

Timer to report.

character(len=*), intent(in) :: label

Descriptive region name.