Struct pallet_glutton::weights::SubstrateWeight
source · pub struct SubstrateWeight<T>(/* private fields */);Expand description
Weights for pallet_glutton using the Substrate node and recommended hardware.
Trait Implementations§
source§impl<T: Config> WeightInfo for SubstrateWeight<T>
impl<T: Config> WeightInfo for SubstrateWeight<T>
source§fn initialize_pallet_grow(n: u32) -> Weight
fn initialize_pallet_grow(n: u32) -> Weight
Storage: Glutton TrashDataCount (r:1 w:1)
Proof: Glutton TrashDataCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Glutton TrashData (r:0 w:1000)
Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
The range of component n is [0, 1000].
source§fn initialize_pallet_shrink(n: u32) -> Weight
fn initialize_pallet_shrink(n: u32) -> Weight
Storage: Glutton TrashDataCount (r:1 w:1)
Proof: Glutton TrashDataCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
Storage: Glutton TrashData (r:0 w:1000)
Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
The range of component n is [0, 1000].
source§fn waste_ref_time_iter(i: u32) -> Weight
fn waste_ref_time_iter(i: u32) -> Weight
The range of component i is [0, 100000].
source§fn waste_proof_size_some(i: u32) -> Weight
fn waste_proof_size_some(i: u32) -> Weight
Storage: Glutton TrashData (r:5000 w:0)
Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
The range of component i is [0, 5000].
source§fn on_idle_high_proof_waste() -> Weight
fn on_idle_high_proof_waste() -> Weight
Storage: Glutton Storage (r:1 w:0) Proof: Glutton Storage (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) Storage: Glutton Compute (r:1 w:0) Proof: Glutton Compute (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) Storage: Glutton TrashData (r:1737 w:0) Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
source§fn on_idle_low_proof_waste() -> Weight
fn on_idle_low_proof_waste() -> Weight
Storage: Glutton Storage (r:1 w:0) Proof: Glutton Storage (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) Storage: Glutton Compute (r:1 w:0) Proof: Glutton Compute (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) Storage: Glutton TrashData (r:5 w:0) Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen)
source§fn empty_on_idle() -> Weight
fn empty_on_idle() -> Weight
Storage: Glutton Storage (r:1 w:0) Proof: Glutton Storage (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) Storage: Glutton Compute (r:1 w:0) Proof: Glutton Compute (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
source§fn set_compute() -> Weight
fn set_compute() -> Weight
Storage: Glutton Compute (r:0 w:1) Proof: Glutton Compute (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
source§fn set_storage() -> Weight
fn set_storage() -> Weight
Storage: Glutton Storage (r:0 w:1) Proof: Glutton Storage (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
Auto Trait Implementations§
impl<T> RefUnwindSafe for SubstrateWeight<T>where T: RefUnwindSafe,
impl<T> Send for SubstrateWeight<T>where T: Send,
impl<T> Sync for SubstrateWeight<T>where T: Sync,
impl<T> Unpin for SubstrateWeight<T>where T: Unpin,
impl<T> UnwindSafe for SubstrateWeight<T>where T: UnwindSafe,
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
source§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, Outer> IsWrappedBy<Outer> for Twhere
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T, Outer> IsWrappedBy<Outer> for Twhere Outer: AsRef<T> + AsMut<T> + From<T>, T: From<Outer>,
§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,
T. Read moresource§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
unchecked_from.§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
T.