pub struct BenchmarkSuite { /* private fields */ }Expand description
Benchmark suite with named groups
Implementations§
Source§impl BenchmarkSuite
impl BenchmarkSuite
Sourcepub fn add_result(&mut self, result: BenchmarkResult)
pub fn add_result(&mut self, result: BenchmarkResult)
Add a result
Sourcepub fn results(&self) -> &[BenchmarkResult]
pub fn results(&self) -> &[BenchmarkResult]
Get all results
Auto Trait Implementations§
impl Freeze for BenchmarkSuite
impl RefUnwindSafe for BenchmarkSuite
impl Send for BenchmarkSuite
impl Sync for BenchmarkSuite
impl Unpin for BenchmarkSuite
impl UnsafeUnpin for BenchmarkSuite
impl UnwindSafe for BenchmarkSuite
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