SF_TIMER Module


Uses

  • module~~sf_timer~~UsesGraph module~sf_timer SF_TIMER module~sf_mpi SF_MPI module~sf_timer->module~sf_mpi

Used by

  • module~~sf_timer~~UsedByGraph module~sf_timer SF_TIMER module~scifor SCIFOR module~scifor->module~sf_timer

Interfaces

public interface start_progress

  • public subroutine start_timer(title, unit)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), optional :: title
    integer, optional :: unit

public interface stop_progress

  • public subroutine stop_timer(msg)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), optional :: msg

Subroutines

public subroutine start_timer(title, unit)

Arguments

Type IntentOptional Attributes Name
character(len=*), optional :: title
integer, optional :: unit

public subroutine stop_timer(msg)

Arguments

Type IntentOptional Attributes Name
character(len=*), optional :: msg

public subroutine eta(i, L, step, method)

Arguments

Type IntentOptional Attributes Name
integer :: i
integer :: L
integer, optional :: step
character(len=*), optional :: method

public subroutine progress(i, imax, method)

Arguments

Type IntentOptional Attributes Name
integer :: i
integer :: imax
character(len=*), optional :: method