dps_time_type structure#

#include <galahad_dps.h>

struct dps_time_type {
    // fields

    rpc_ total;
    rpc_ analyse;
    rpc_ factorize;
    rpc_ solve;
    rpc_ clock_total;
    rpc_ clock_analyse;
    rpc_ clock_factorize;
    rpc_ clock_solve;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

total CPU time spent in the package

rpc_ analyse

CPU time spent reordering H prior to factorization.

rpc_ factorize

CPU time spent factorizing H.

rpc_ solve

CPU time spent solving the diagonal model system.

rpc_ clock_total

total clock time spent in the package

rpc_ clock_analyse

clock time spent reordering H prior to factorization

rpc_ clock_factorize

clock time spent factorizing H

rpc_ clock_solve

clock time spent solving the diagonal model system