#[repr(C)]pub struct wavefronts_stats_t {Show 14 fields
pub wf_score: profiler_counter_t,
pub wf_steps: profiler_counter_t,
pub wf_steps_null: profiler_counter_t,
pub wf_steps_extra: profiler_counter_t,
pub wf_operations: profiler_counter_t,
pub wf_extensions: profiler_counter_t,
pub wf_reduction: profiler_counter_t,
pub wf_reduced_cells: profiler_counter_t,
pub wf_null_used: profiler_counter_t,
pub wf_extend_inner_loop: profiler_counter_t,
pub wf_compute_kernel: [profiler_counter_t; 4],
pub wf_time_backtrace: profiler_timer_t,
pub wf_backtrace_paths: profiler_counter_t,
pub wf_backtrace_alg: profiler_counter_t,
}Fields§
§wf_score: profiler_counter_t§wf_steps: profiler_counter_t§wf_steps_null: profiler_counter_t§wf_steps_extra: profiler_counter_t§wf_operations: profiler_counter_t§wf_extensions: profiler_counter_t§wf_reduction: profiler_counter_t§wf_reduced_cells: profiler_counter_t§wf_null_used: profiler_counter_t§wf_extend_inner_loop: profiler_counter_t§wf_compute_kernel: [profiler_counter_t; 4]§wf_time_backtrace: profiler_timer_t§wf_backtrace_paths: profiler_counter_t§wf_backtrace_alg: profiler_counter_tTrait Implementations§
Source§impl Clone for wavefronts_stats_t
impl Clone for wavefronts_stats_t
Source§fn clone(&self) -> wavefronts_stats_t
fn clone(&self) -> wavefronts_stats_t
Returns a duplicate of the value. Read more
1.0.0 · 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 wavefronts_stats_t
impl Debug for wavefronts_stats_t
impl Copy for wavefronts_stats_t
Auto Trait Implementations§
impl Freeze for wavefronts_stats_t
impl RefUnwindSafe for wavefronts_stats_t
impl Send for wavefronts_stats_t
impl Sync for wavefronts_stats_t
impl Unpin for wavefronts_stats_t
impl UnsafeUnpin for wavefronts_stats_t
impl UnwindSafe for wavefronts_stats_t
Blanket Implementations§
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