Definition at line 199 of file dc_clock.f90.
◆ dcclocktochar0()
character(string) function dc_clock::tochar::dcclocktochar0 |
( |
type(clock), intent(in) |
clk | ) |
|
|
private |
Definition at line 443 of file dc_clock.f90.
454 type(clock),
intent(in):: clk
455 character(STRING):: result
456 character(20):: clk_name
458 clk_name = clk % name
459 if (clk % initialized)
then 460 result =
cprintf(
' %c%c %c', c1 = clk_name, &
461 & c2=trim(result_value_form(clk % elapsed_time)), &
462 & c3=trim(fit_unit_value(clk % elapsed_time)))
The documentation for this interface was generated from the following file: