convert_time_type structure#

#include <galahad_convert.h>

struct convert_time_type {
    // fields

    rpc_ total;
    rpc_ clock_total;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

total cpu time spent in the package

rpc_ clock_total

total clock time spent in the package