Typedef TRTSERVER_TraceActivityFn_t

Typedef Documentation

typedef void (*TRTSERVER_TraceActivityFn_t)(TRTSERVER_Trace *trace, TRTSERVER_Trace_Activity activity, uint64_t timestamp_ns, void *userp)

Type for trace activity callback function.

This callback function is used to report activity occurring during a traced request. The ‘userp’ data is the same as what is supplied in the call to TRTSERVER_TraceNew.