#[repr(C)]pub struct ArchivedGpuDFGNode{Show 15 fields
pub activity_id: Archived<u32>,
pub event_count: Archived<u32>,
pub total_duration_ms: Archived<u64>,
pub min_duration_ms: Archived<u32>,
pub max_duration_ms: Archived<u32>,
pub avg_duration_ms: Archived<f32>,
pub std_duration_ms: Archived<f32>,
pub first_seen_ms: Archived<u64>,
pub last_seen_ms: Archived<u64>,
pub is_start: Archived<u8>,
pub is_end: Archived<u8>,
pub flags: Archived<u8>,
pub _padding: Archived<u8>,
pub incoming_count: Archived<u16>,
pub outgoing_count: Archived<u16>,
}Expand description
An archived GpuDFGNode
Fields§
§activity_id: Archived<u32>The archived counterpart of GpuDFGNode::activity_id
event_count: Archived<u32>The archived counterpart of GpuDFGNode::event_count
total_duration_ms: Archived<u64>The archived counterpart of GpuDFGNode::total_duration_ms
min_duration_ms: Archived<u32>The archived counterpart of GpuDFGNode::min_duration_ms
max_duration_ms: Archived<u32>The archived counterpart of GpuDFGNode::max_duration_ms
avg_duration_ms: Archived<f32>The archived counterpart of GpuDFGNode::avg_duration_ms
std_duration_ms: Archived<f32>The archived counterpart of GpuDFGNode::std_duration_ms
first_seen_ms: Archived<u64>The archived counterpart of GpuDFGNode::first_seen_ms
last_seen_ms: Archived<u64>The archived counterpart of GpuDFGNode::last_seen_ms
is_start: Archived<u8>The archived counterpart of GpuDFGNode::is_start
is_end: Archived<u8>The archived counterpart of GpuDFGNode::is_end
flags: Archived<u8>The archived counterpart of GpuDFGNode::flags
_padding: Archived<u8>The archived counterpart of GpuDFGNode::_padding
incoming_count: Archived<u16>The archived counterpart of GpuDFGNode::incoming_count
outgoing_count: Archived<u16>The archived counterpart of GpuDFGNode::outgoing_count