MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / MappedProcessDebugInfo

Class MappedProcessDebugInfo

crates/runner-shared/src/debug_info.rs:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24/// Per-pid mounting info referencing a deduplicated debug info entry.
25#[derive(Serialize, Deserialize, Clone, Debug)]
26pub struct MappedProcessDebugInfo {
27 pub debug_info_key: String,
28 pub load_bias: u64,
29}
30
31#[derive(Debug, Clone, Serialize, Deserialize)]
32pub struct ModuleDebugInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected