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

Class MappedProcessModuleSymbols

crates/runner-shared/src/module_symbols.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6/// Per-pid mounting info referencing a deduplicated perf map entry.
7#[derive(Serialize, Deserialize, Clone, Debug)]
8pub struct MappedProcessModuleSymbols {
9 pub perf_map_key: String,
10 pub load_bias: u64,
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected