dtimer_write Subroutine

private impure subroutine dtimer_write(this, file_name)

Writes the elapsed 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~~dtimer_write~~CallsGraph proc~dtimer_write timer%dtimer_write proc~write_to_file write_to_file proc~dtimer_write->proc~write_to_file

Called by

proc~~dtimer_write~~CalledByGraph proc~dtimer_write timer%dtimer_write program~example6 example6 program~example6->proc~dtimer_write program~test26 test26 program~test26->proc~dtimer_write program~test27 test27 program~test27->proc~dtimer_write program~test29 test29 program~test29->proc~dtimer_write program~test30 test30 program~test30->proc~dtimer_write