DISPATCH
|
Functions/Subroutines | |
subroutine, public | trace_begin (id, set_verbose, itimer, detailed_timer) |
Start a new trace level, and a new timer epoch. A call that has a detailed_timer logical present will call the timer level only if that logical is true, while call that doesn't have that optional argument will call the timer if and only if the itimer argument is present. | |
subroutine, public | trace_tag (id) |
subroutine, public | trace_end (itimer, detailed_timer) |
End a trace level. | |
Variables | |
type(trace_t), public | trace |