nodend_time_type structure#

struct nodend_time_type{T}
      total::T
      metis::T
      clock_total::T
      clock_metis::T

detailed documentation#

time derived type as a Julia structure

components#

T total

the total CPU time spent in the package

T metis

the CPU time spent in the METIS package

T clock_total

the total clock time spent in the package

T clock_metis

the clock time spent in the METIS package