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.
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