If I understand correctly, the current implementation only profiles the main process.
Can we get support for multi-process benchmarks?
It seems like Valgrind has a --trace-children=yes option.
It may make sense to limit this initially to child processes which start and stop within the lifetime of the benchmark, which would work well for us.
If I understand correctly, the current implementation only profiles the main process.
Can we get support for multi-process benchmarks?
It seems like Valgrind has a
--trace-children=yesoption.It may make sense to limit this initially to child processes which start and stop within the lifetime of the benchmark, which would work well for us.