lpa_time_type structure#

    struct lpa_time_type{T}
      total::T
      preprocess::T
      clock_total::T
      clock_preprocess::T

detailed documentation#

time derived type as a Julia structure

components#

T total

the total CPU time spent in the package

T preprocess

the CPU time spent preprocessing the problem

T clock_total

the total clock time spent in the package

T clock_preprocess

the clock time spent preprocessing the problem