Go to the source code of this file.
|
subroutine, public | debug_oct_m::debug_init (this, namespace) |
|
subroutine, public | debug_oct_m::debug_enable (this) |
|
subroutine, public | debug_oct_m::debug_disable (this) |
|
subroutine, public | debug_oct_m::debug_delete_trace () |
|
subroutine, public | debug_oct_m::debug_open_trace (iunit) |
|
subroutine | debug_oct_m::from_bits (this) |
|
subroutine, public | debug_oct_m::epoch_time_diff (sec, usec) |
|
subroutine | debug_oct_m::time_diff (sec1, usec1, sec2, usec2) |
| Computes t2 <- t2-t1. sec1,2 and usec1,2 are seconds,microseconds of t1,2. More...
|
|
subroutine, public | debug_oct_m::debug_push_sub (sub_name) |
| Push a routine to the debug trace. More...
|
|
subroutine | push_sub_write (iunit_out) |
|
subroutine, public | debug_oct_m::debug_pop_sub (sub_name) |
| Pop a routine from the debug trace. More...
|
|
subroutine | pop_sub_write (iunit_out) |
|
character(len=max_path_len) function, public | debug_oct_m::debug_clean_path (filename) |
| Prune a filename path to only include subdirectories of the "src" directory. More...
|
|
◆ push_sub_write()
subroutine debug_push_sub::push_sub_write |
( |
integer, intent(in) |
iunit_out | ) |
|
|
private |
◆ pop_sub_write()
subroutine debug_pop_sub::pop_sub_write |
( |
integer, intent(in) |
iunit_out | ) |
|
|
private |