snls_time_type structure#

    struct snls_time_type{T}
      total::T
      slls::T
      sllsb::T
      clock_total::T
      clock_slls::T
      clock_sllsb::T

detailed documentation#

time derived type as a Julia structure

components#

T total

the total CPU time spent in the package

T slls

the CPU time spent in the sllsb package

T sllsb

the CPU time spent in the sllsb package

T clock_total

the total clock time spent in the package

T clock_slls

the clock time spent in the slls package

T clock_sllsb

the clock time spent in the sllsb package