Struct sentry_types::protocol::v7::Sample
source · Expand description
Single sample of a profile
Fields§
§stack_id: u32ID of the relative stack
thread_id: u64Thread ID
elapsed_since_start_ns: u64Timestamp at which this sample was collected relative to the start of the profiler
Trait Implementations§
source§impl<'de> Deserialize<'de> for Sample
impl<'de> Deserialize<'de> for Sample
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more