convert_time_type structure#

    struct convert_time_type{T}
      total::T
      clock_total::T

detailed documentation#

time derived type as a Julia structure

components#

T total

total cpu time spent in the package

T clock_total

total clock time spent in the package