Struct furiosa_smi_rs::DevicePerformanceCounter
source · pub struct DevicePerformanceCounter { /* private fields */ }
Expand description
A struct for a performance counter of the device
Implementations§
source§impl DevicePerformanceCounter
impl DevicePerformanceCounter
sourcepub fn pe_performance_counters(&self) -> Vec<PePerformanceCounter>
pub fn pe_performance_counters(&self) -> Vec<PePerformanceCounter>
Returns a performance counter of PE cores of the device.
Trait Implementations§
source§impl Clone for DevicePerformanceCounter
impl Clone for DevicePerformanceCounter
source§fn clone(&self) -> DevicePerformanceCounter
fn clone(&self) -> DevicePerformanceCounter
Returns a copy 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 DevicePerformanceCounter
impl Debug for DevicePerformanceCounter
impl Copy for DevicePerformanceCounter
Auto Trait Implementations§
impl Freeze for DevicePerformanceCounter
impl RefUnwindSafe for DevicePerformanceCounter
impl Send for DevicePerformanceCounter
impl Sync for DevicePerformanceCounter
impl Unpin for DevicePerformanceCounter
impl UnwindSafe for DevicePerformanceCounter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)