tem_stopTimer Subroutine

public subroutine tem_stopTimer(me, timerHandle)

Stop the timer for the given timer handle and update the timings

Arguments

TypeIntentOptionalAttributesName
type(tem_timer_type), intent(inout), optional :: me

timer object

integer, intent(in) :: timerHandle

Handle of the timer to stop


Calls

proc~~tem_stoptimer~~CallsGraph proc~tem_stoptimer tem_stopTimer mpi_wtime mpi_wtime proc~tem_stoptimer->mpi_wtime

Called by

proc~~tem_stoptimer~~CalledByGraph proc~tem_stoptimer tem_stopTimer proc~tem_gettimerval tem_getTimerVal proc~tem_gettimerval->proc~tem_stoptimer program~bin_search_test bin_search_test program~bin_search_test->proc~tem_stoptimer program~bin_search_test->proc~tem_gettimerval proc~tem_finalize tem_finalize program~bin_search_test->proc~tem_finalize proc~tem_simcontrol_syncupdate tem_simControl_syncUpdate proc~tem_simcontrol_syncupdate->proc~tem_stoptimer proc~tem_getsumtimerval tem_getSumTimerVal proc~tem_getsumtimerval->proc~tem_gettimerval proc~tem_getavetimerval tem_getAveTimerVal proc~tem_getavetimerval->proc~tem_gettimerval proc~tem_finalize->proc~tem_gettimerval proc~tem_getmaxtimerval tem_getMaxTimerVal proc~tem_getmaxtimerval->proc~tem_gettimerval proc~tem_getmintimerval tem_getMinTimerVal proc~tem_getmintimerval->proc~tem_gettimerval proc~tem_timer_dumplabeled tem_timer_dumplabeled proc~tem_timer_dumplabeled->proc~tem_getsumtimerval proc~tem_timer_dumplabeled->proc~tem_getmaxtimerval proc~tem_timer_dumplabeled->proc~tem_getmintimerval proc~check_serial_singlelevel_facedesc check_serial_singlelevel_faceDesc proc~check_serial_singlelevel_facedesc->proc~tem_finalize program~tem_face_test tem_face_test program~tem_face_test->proc~check_serial_singlelevel_facedesc proc~tem_timer_dump_glob tem_timer_dump_glob proc~tem_timer_dump_glob->proc~tem_timer_dumplabeled

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: endTime