shr_timer_mod Module



Subroutines

public subroutine shr_timer_init()

Arguments

None

public subroutine shr_timer_get(n, str)

Arguments

Type IntentOptional Attributes Name
integer(kind=SHR_KIND_IN), intent(out) :: n
character(len=*), intent(in) :: str

public subroutine shr_timer_start(n)

Arguments

Type IntentOptional Attributes Name
integer(kind=SHR_KIND_IN), intent(in) :: n

public subroutine shr_timer_stop(n)

Arguments

Type IntentOptional Attributes Name
integer(kind=SHR_KIND_IN), intent(in) :: n

public subroutine shr_timer_print(n)

Arguments

Type IntentOptional Attributes Name
integer(kind=SHR_KIND_IN), intent(in) :: n

public subroutine shr_timer_print_all()

Arguments

None

public subroutine shr_timer_zero(n)

Arguments

Type IntentOptional Attributes Name
integer(kind=SHR_KIND_IN), intent(in) :: n

public subroutine shr_timer_zero_all()

Arguments

None

public subroutine shr_timer_check(n)

Arguments

Type IntentOptional Attributes Name
integer(kind=SHR_KIND_IN), intent(in) :: n

public subroutine shr_timer_check_all()

Arguments

None

public subroutine shr_timer_free(n)

Arguments

Type IntentOptional Attributes Name
integer(kind=SHR_KIND_IN), intent(in) :: n

public subroutine shr_timer_free_all()

Arguments

None

public subroutine shr_timer_sleep(sec)

Arguments

Type IntentOptional Attributes Name
real(kind=SHR_KIND_R8), intent(in) :: sec