Struct solana_client::perf_utils::SampleStats
source · [−]Fields
tps: f32
Maximum TPS reported by this node
elapsed: Duration
Total time taken for those txs
txs: u64
Total transactions reported by this node
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SampleStats
impl Send for SampleStats
impl Sync for SampleStats
impl Unpin for SampleStats
impl UnwindSafe for SampleStats
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more