pub struct ResidentGraphDeferredProfile {
pub timed_scan_filter_invocations: u64,
pub device_elapsed_ns: u64,
pub final_sync_misattributed_ns: u64,
}Expand description
CUDA-event timing resolved after the graph completes.
Fields§
§timed_scan_filter_invocations: u64§device_elapsed_ns: u64§final_sync_misattributed_ns: u64Trait Implementations§
Source§impl Clone for ResidentGraphDeferredProfile
impl Clone for ResidentGraphDeferredProfile
Source§fn clone(&self) -> ResidentGraphDeferredProfile
fn clone(&self) -> ResidentGraphDeferredProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResidentGraphDeferredProfile
impl Debug for ResidentGraphDeferredProfile
Source§impl Default for ResidentGraphDeferredProfile
impl Default for ResidentGraphDeferredProfile
Source§fn default() -> ResidentGraphDeferredProfile
fn default() -> ResidentGraphDeferredProfile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResidentGraphDeferredProfile
impl RefUnwindSafe for ResidentGraphDeferredProfile
impl Send for ResidentGraphDeferredProfile
impl Sync for ResidentGraphDeferredProfile
impl Unpin for ResidentGraphDeferredProfile
impl UnsafeUnpin for ResidentGraphDeferredProfile
impl UnwindSafe for ResidentGraphDeferredProfile
Blanket Implementations§
impl<T> Allocation for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more