Struct dvm_info::metrics::execution::SystemMetrics [−][src]
Metrics for the running process.
Fields
cpu_usage: f32
Total CPU usage.
memory: u64
Memory usage for the process (in kB).
threads_count: usize
Number of threads in the current process.
Trait Implementations
impl Clone for SystemMetrics
[src]
impl Clone for SystemMetrics
[src]fn clone(&self) -> SystemMetrics
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for SystemMetrics
[src]
impl Default for SystemMetrics
[src]fn default() -> SystemMetrics
[src]
impl<'de> Deserialize<'de> for SystemMetrics
[src]
impl<'de> Deserialize<'de> for SystemMetrics
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<SystemMetrics> for SystemMetrics
[src]
impl PartialEq<SystemMetrics> for SystemMetrics
[src]fn eq(&self, other: &SystemMetrics) -> bool
[src]
fn ne(&self, other: &SystemMetrics) -> bool
[src]
impl Serialize for SystemMetrics
[src]
impl Serialize for SystemMetrics
[src]impl StructuralPartialEq for SystemMetrics
[src]
Auto Trait Implementations
impl RefUnwindSafe for SystemMetrics
impl Send for SystemMetrics
impl Sync for SystemMetrics
impl Unpin for SystemMetrics
impl UnwindSafe for SystemMetrics
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> IntoRequest<T> for T
[src]
impl<T> IntoRequest<T> for T
[src]pub fn into_request(self) -> Request<T>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> WithSubscriber for T
[src]
impl<T> WithSubscriber for T
[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,
pub fn with_current_subscriber(self) -> WithDispatch<Self>
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,