ugo_time_type structure#

    struct ugo_time_type{T}
      total::Float32
      clock_total::T

detailed documentation#

time derived type as a Julia structure

components#

Float32 total

the total CPU time spent in the package

T clock_total

the total clock time spent in the package