snls_time_type structure#

#include <galahad_snls.h>

struct snls_time_type {
    // components

    rpc_ total;
    rpc_ slls;
    rpc_ sllsb;
    rpc_ clock_total;
    rpc_ clock_slls;
    rpc_ clock_sllsb;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

the total CPU time spent in the package

rpc_ slls

the CPU time spent in the slls package

rpc_ sllsb

the CPU time spent in the sllsb package

rpc_ clock_total

the total clock time spent in the package

rpc_ clock_slls

the clock time spent in the slls package

rpc_ clock_sllsb

the clock time spent in the sllsb package