sls_time_type structure#
struct sls_time_type{T} total::T analyse::T factorize::T solve::T order_external::T analyse_external::T factorize_external::T solve_external::T clock_total::T clock_analyse::T clock_factorize::T clock_solve::T clock_order_external::T clock_analyse_external::T clock_factorize_external::T clock_solve_external::T
detailed documentation#
time derived type as a Julia structure
components#
T total
the total cpu time spent in the package
T analyse
the total cpu time spent in the analysis phase
T factorize
the total cpu time spent in the factorization phase
T solve
the total cpu time spent in the solve phases
T order_external
the total cpu time spent by the external solver in the ordering phase
T analyse_external
the total cpu time spent by the external solver in the analysis phase
T factorize_external
the total cpu time spent by the external solver in the factorization pha
T solve_external
the total cpu time spent by the external solver in the solve phases
T clock_total
the total clock time spent in the package
T clock_analyse
the total clock time spent in the analysis phase
T clock_factorize
the total clock time spent in the factorization phase
T clock_solve
the total clock time spent in the solve phases
T clock_order_external
the total clock time spent by the external solver in the ordering phase
T clock_analyse_external
the total clock time spent by the external solver in the analysis phase
T clock_factorize_external
the total clock time spent by the external solver in the factorization p
T clock_solve_external
the total clock time spent by the external solver in the solve phases