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

Function track_binary_with_opts

crates/memtrack/tests/shared.rs:165–167  ·  view source on GitHub ↗
(binary: &Path, extra_allocators: &[AllocatorLib])

Source from the content-addressed store, hash-verified

163}
164
165pub fn track_binary_with_opts(binary: &Path, extra_allocators: &[AllocatorLib]) -> TrackResult {
166 track_command(Command::new(binary), extra_allocators, true)
167}
168
169pub fn track_binary(binary: &Path) -> TrackResult {
170 track_binary_with_opts(binary, &[])

Callers 3

test_rust_alloc_trackingFunction · 0.85
test_cpp_alloc_trackingFunction · 0.85
track_binaryFunction · 0.85

Calls 1

track_commandFunction · 0.70

Tested by

no test coverage detected