bnls_time_type structure#

    struct bnls_time_type{T}
      total::T
      blls::T
      bllsb::T
      clock_total::T
      clock_blls::T
      clock_bllsb::T

detailed documentation#

time derived type as a Julia structure

components#

T total

the total CPU time spent in the package

T blls

the CPU time spent in the bllsb package

T bllsb

the CPU time spent in the bllsb package

T clock_total

the total clock time spent in the package

T clock_blls

the clock time spent in the blls package

T clock_bllsb

the clock time spent in the bllsb package