dm_html_beat Function

public function dm_html_beat(beat, delta, prefix) result(html)

Uses

  • proc~~dm_html_beat~~UsesGraph proc~dm_html_beat dm_html_beat module~dm_beat dm_beat proc~dm_html_beat->module~dm_beat module~dm_time dm_time proc~dm_html_beat->module~dm_time module~dm_beat->module~dm_time module~dm_error dm_error module~dm_beat->module~dm_error module~dm_id dm_id module~dm_beat->module~dm_id module~dm_kind dm_kind module~dm_beat->module~dm_kind module~dm_net dm_net module~dm_beat->module~dm_net module~dm_node dm_node module~dm_beat->module~dm_node module~dm_time->module~dm_error module~dm_time->module~dm_kind module~dm_util dm_util module~dm_time->module~dm_util module~dm_error->module~dm_kind module~dm_ascii dm_ascii module~dm_error->module~dm_ascii iso_fortran_env iso_fortran_env module~dm_kind->iso_fortran_env module~dm_node->module~dm_id module~dm_node->module~dm_kind module~dm_util->module~dm_error module~dm_util->module~dm_kind

Returns table of single beat in HTML format.

Arguments

Type IntentOptional Attributes Name
type(beat_type), intent(inout) :: beat

Beat type.

integer(kind=i8), intent(in), optional :: delta

Time delta.

character(len=*), intent(in), optional :: prefix

GET argument name.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_beat~~CallsGraph proc~dm_html_beat dm_html_beat interface~dm_itoa dm_itoa proc~dm_html_beat->interface~dm_itoa proc~dm_error_message dm_error_message proc~dm_html_beat->proc~dm_error_message proc~dm_html_anchor dm_html_anchor proc~dm_html_beat->proc~dm_html_anchor proc~dm_html_encode dm_html_encode proc~dm_html_beat->proc~dm_html_encode proc~dm_html_mark dm_html_mark proc~dm_html_beat->proc~dm_html_mark proc~dm_html_time dm_html_time proc~dm_html_beat->proc~dm_html_time proc~dm_time_delta_from_seconds dm_time_delta_from_seconds proc~dm_html_beat->proc~dm_time_delta_from_seconds proc~dm_time_delta_to_string dm_time_delta_to_string proc~dm_html_beat->proc~dm_time_delta_to_string proc~dm_time_now dm_time_now proc~dm_html_beat->proc~dm_time_now proc~dm_time_to_beats dm_time_to_beats proc~dm_html_beat->proc~dm_time_to_beats proc~dm_html_anchor->proc~dm_html_encode proc~dm_html_mark->proc~dm_html_encode proc~dm_time_strip_useconds dm_time_strip_useconds proc~dm_html_time->proc~dm_time_strip_useconds proc~dm_time_to_human dm_time_to_human proc~dm_html_time->proc~dm_time_to_human proc~dm_time_delta_to_string->interface~dm_itoa c_gettimeofday c_gettimeofday proc~dm_time_now->c_gettimeofday c_localtime_r c_localtime_r proc~dm_time_now->c_localtime_r interface~dm_time_from_unix dm_time_from_unix proc~dm_time_to_beats->interface~dm_time_from_unix proc~dm_is_error dm_is_error proc~dm_time_to_beats->proc~dm_is_error proc~dm_time_to_unix dm_time_to_unix proc~dm_time_to_beats->proc~dm_time_to_unix c_timegm c_timegm proc~dm_time_to_unix->c_timegm c_tm c_tm proc~dm_time_to_unix->c_tm