pub struct BenchmarkSetResults { /* private fields */ }
Expand description
All of the benchmark results from BenchmarkSet::run
.
Implementations§
Source§impl BenchmarkSetResults
impl BenchmarkSetResults
Sourcepub fn write_fuchsia_perf_json<F: Write>(&self, writer: F)
pub fn write_fuchsia_perf_json<F: Write>(&self, writer: F)
Writes the benchmark results in the fuchsiaperf.json format to writer
.
Sourcepub fn write_table<F: Write>(&self, writer: F)
pub fn write_table<F: Write>(&self, writer: F)
Writes a summary of the benchmark results as a human readable table to writer
.
Auto Trait Implementations§
impl Freeze for BenchmarkSetResults
impl RefUnwindSafe for BenchmarkSetResults
impl Send for BenchmarkSetResults
impl Sync for BenchmarkSetResults
impl Unpin for BenchmarkSetResults
impl UnwindSafe for BenchmarkSetResults
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T
to [Self
]