fdc_time_type structure#

    struct fdc_time_type{T}
      total::T
      analyse::T
      factorize::T
      clock_total::T
      clock_analyse::T
      clock_factorize::T

detailed documentation#

time derived type as a Julia structure

components#

T total

the total CPU time spent in the package

T analyse

the CPU time spent analysing the required matrices prior to factorization

T factorize

the CPU time spent factorizing the required matrices

T clock_total

the total clock time spent in the package

T clock_analyse

the clock time spent analysing the required matrices prior to factorization

T clock_factorize

the clock time spent factorizing the required matrices