bnls_time_type structure#

#include <galahad_bnls.h>

struct bnls_time_type {
    // components

    rpc_ total;
    rpc_ blls;
    rpc_ bllsb;
    rpc_ clock_total;
    rpc_ clock_blls;
    rpc_ clock_bllsb;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

the total CPU time spent in the package

rpc_ blls

the CPU time spent in the blls package

rpc_ bllsb

the CPU time spent in the bllsb package

rpc_ clock_total

the total clock time spent in the package

rpc_ clock_blls

the clock time spent in the blls package

rpc_ clock_bllsb

the clock time spent in the bllsb package