nodend_time_type structure#

#include <galahad_nodend.h>

struct nodend_time_type {
    // components

    rpc_ total;
    rpc_ metis;
    rpc_ clock_total;
    rpc_ clock_metis;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

the total CPU time spent in the package

rpc_ metis

the CPU time spent in the METIS package

rpc_ clock_total

the total clock time spent in the package

rpc_ clock_metis

the clock time spent in the METIS package