ugo_time_type structure#

#include <galahad_ugo.h>

struct ugo_time_type {
    // components

    spc_ total;
    rpc_ clock_total;
};

detailed documentation#

time derived type as a C struct

components#

spc_ total

the total CPU time spent in the package

rpc_ clock_total

the total clock time spent in the package