timer_write Subroutine

private impure subroutine timer_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~~timer_write~~CallsGraph proc~timer_write timer%timer_write proc~write_to_file write_to_file proc~timer_write->proc~write_to_file

Called by

proc~~timer_write~~CalledByGraph proc~timer_write timer%timer_write program~example2 example2 program~example2->proc~timer_write program~test14 test14 program~test14->proc~timer_write program~test15 test15 program~test15->proc~timer_write program~test2 test2 program~test2->proc~timer_write program~test3 test3 program~test3->proc~timer_write