lpa_time_type structure#

#include <galahad_lpa.h>

struct lpa_time_type {
    // components

    rpc_ total;
    rpc_ preprocess;
    rpc_ clock_total;
    rpc_ clock_preprocess;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

the total CPU time spent in the package

rpc_ preprocess

the CPU time spent preprocessing the problem

rpc_ clock_total

the total clock time spent in the package

rpc_ clock_preprocess

the clock time spent preprocessing the problem