Type Alias nvml_wrapper_sys::bindings::nvmlAccountingStats_t
source · pub type nvmlAccountingStats_t = nvmlAccountingStats_st;
Aliased Type§
struct nvmlAccountingStats_t {
pub gpuUtilization: u32,
pub memoryUtilization: u32,
pub maxMemoryUsage: u64,
pub time: u64,
pub startTime: u64,
pub isRunning: u32,
pub reserved: [u32; 5],
}
Fields§
§gpuUtilization: u32
§memoryUtilization: u32
§maxMemoryUsage: u64
§time: u64
§startTime: u64
§isRunning: u32
§reserved: [u32; 5]