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

Function create_sample_v3

crates/runner-shared/src/unwind_data.rs:329–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327 }
328
329 fn create_sample_v3() -> UnwindDataV3 {
330 UnwindDataV3 {
331 path: "/lib/test.so".to_string(),
332 base_svma: 0x0,
333 eh_frame_hdr: vec![1, 2, 3, 4],
334 eh_frame_hdr_svma: 0x100..0x200,
335 eh_frame: vec![5, 6, 7, 8],
336 eh_frame_svma: 0x200..0x300,
337 }
338 }
339
340 fn create_sample_v4() -> UnwindDataV4 {
341 UnwindDataV4 {

Callers 1

test_parse_v3_as_v4Function · 0.85

Calls

no outgoing calls

Tested by 1

test_parse_v3_as_v4Function · 0.68