pub type nvmlVgpuSchedulerLogEntry_t = nvmlVgpuSchedulerLogEntries_st;Aliased Type§
#[repr(C)]pub struct nvmlVgpuSchedulerLogEntry_t {
pub timestamp: u64,
pub timeRunTotal: u64,
pub timeRun: u64,
pub swRunlistId: u32,
pub targetTimeSlice: u64,
pub cumulativePreemptionTime: u64,
}Fields§
§timestamp: u64§timeRunTotal: u64§timeRun: u64§swRunlistId: u32§targetTimeSlice: u64§cumulativePreemptionTime: u64