PrintTimer Subroutine

public subroutine PrintTimer(timer_name)

Print out the elapsed time for a given timer.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: timer_name

Name of the timer. Must be registered.


Contents

None