#[repr(C)]pub struct ArchivedGpuDFGGraph{Show 15 fields
pub node_count: Archived<u32>,
pub edge_count: Archived<u32>,
pub total_events: Archived<u64>,
pub total_cases: Archived<u32>,
pub unique_activities: Archived<u32>,
pub avg_trace_length: Archived<f32>,
pub max_trace_length: Archived<u32>,
pub start_activity_count: Archived<u32>,
pub end_activity_count: Archived<u32>,
pub graph_density: Archived<f32>,
pub loop_count: Archived<u32>,
pub timestamp_min: Archived<u64>,
pub timestamp_max: Archived<u64>,
pub avg_activity_duration: Archived<f32>,
pub _reserved: Archived<[u8; 56]>,
}Expand description
An archived GpuDFGGraph
Fields§
§node_count: Archived<u32>The archived counterpart of GpuDFGGraph::node_count
edge_count: Archived<u32>The archived counterpart of GpuDFGGraph::edge_count
total_events: Archived<u64>The archived counterpart of GpuDFGGraph::total_events
total_cases: Archived<u32>The archived counterpart of GpuDFGGraph::total_cases
unique_activities: Archived<u32>The archived counterpart of GpuDFGGraph::unique_activities
avg_trace_length: Archived<f32>The archived counterpart of GpuDFGGraph::avg_trace_length
max_trace_length: Archived<u32>The archived counterpart of GpuDFGGraph::max_trace_length
start_activity_count: Archived<u32>The archived counterpart of GpuDFGGraph::start_activity_count
end_activity_count: Archived<u32>The archived counterpart of GpuDFGGraph::end_activity_count
graph_density: Archived<f32>The archived counterpart of GpuDFGGraph::graph_density
loop_count: Archived<u32>The archived counterpart of GpuDFGGraph::loop_count
timestamp_min: Archived<u64>The archived counterpart of GpuDFGGraph::timestamp_min
timestamp_max: Archived<u64>The archived counterpart of GpuDFGGraph::timestamp_max
avg_activity_duration: Archived<f32>The archived counterpart of GpuDFGGraph::avg_activity_duration
_reserved: Archived<[u8; 56]>The archived counterpart of GpuDFGGraph::_reserved