otimer_write Subroutine

private impure subroutine otimer_write(this, file_name)

Uses

  • proc~~otimer_write~~UsesGraph proc~otimer_write timer%otimer_write omp_lib omp_lib proc~otimer_write->omp_lib

Writes the OMP time to a file.

Type Bound

timer

Arguments

Type IntentOptional Attributes Name
class(timer), intent(in) :: this
character(len=*), intent(in) :: file_name

Calls

proc~~otimer_write~~CallsGraph proc~otimer_write timer%otimer_write proc~write_to_file write_to_file proc~otimer_write->proc~write_to_file

Called by

proc~~otimer_write~~CalledByGraph proc~otimer_write timer%otimer_write program~test20 test20 program~test20->proc~otimer_write program~test21 test21 program~test21->proc~otimer_write program~test8 test8 program~test8->proc~otimer_write program~test9 test9 program~test9->proc~otimer_write