Open
Description
panic = abort
plue -Zpanic_abort_tests
results in a forked process per test. At least on macOS, dtrace is not following forks in the executed binary, so it doesn't see the tests actually being run.
RUSTFLAGS='-Cpanic=abort -Zpanic_abort_tests' cargo flamegraph --root --test sync
cargo flamegraph --root --test sync
Metadata
Metadata
Assignees
Labels
No labels