class_stopwatch_procedures Submodule


Uses

  • module~~class_stopwatch_procedures~~UsesGraph module~class_stopwatch_procedures class_stopwatch_procedures module~tools_psblas tools_psblas module~class_stopwatch_procedures->module~tools_psblas module~class_stopwatch class_stopwatch module~class_stopwatch_procedures->module~class_stopwatch psb_base_mod psb_base_mod module~class_stopwatch_procedures->psb_base_mod module~tools_psblas->psb_base_mod psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod module~class_stopwatch->module~tools_psblas module~class_stopwatch->psb_base_mod

Contents


Module Procedures

module procedure partial_ module function partial_(sw)

Arguments

Type IntentOptional AttributesName
class(stopwatch), intent(in) :: sw

Return Value real(kind=psb_dpk_)

module procedure reset_stopwatch module subroutine reset_stopwatch(sw)

Arguments

Type IntentOptional AttributesName
class(stopwatch), intent(inout) :: sw

module procedure stopwatch_ module function stopwatch_(icontxt)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: icontxt

Return Value type(stopwatch)

module procedure synchro_stopwatch module subroutine synchro_stopwatch(sw)

Arguments

Type IntentOptional AttributesName
class(stopwatch), intent(inout) :: sw

module procedure tic_stopwatch module subroutine tic_stopwatch(sw)

Arguments

Type IntentOptional AttributesName
class(stopwatch), intent(inout) :: sw

module procedure toc_stopwatch module subroutine toc_stopwatch(sw)

Arguments

Type IntentOptional AttributesName
class(stopwatch), intent(inout) :: sw

module procedure total_ module function total_(sw)

Arguments

Type IntentOptional AttributesName
class(stopwatch), intent(in) :: sw

Return Value real(kind=psb_dpk_)