struct xpum_precheck_options

Overview

#include <xpum_structs.h>

struct xpum_precheck_options
{
    // fields

    bool onlyGPU;
    const char* sinceTime;
};

Detailed Documentation

Fields

bool onlyGPU

Check GPU-related error and ignore CPU error or not.

const char* sinceTime

Start time for log scanning. Only works when the logSource is JOURNALCTL. Scanning would start from the latest boot if it is NULL. The generic format is “YYYY-MM-DD HH:MM:SS”. Alternatively the strings “yesterday”, “today” are also understood. Relative times also may be specified, prefixed with “-” referring to times before the current time.