(args, pid)
| 123 | |
| 124 | |
| 125 | def _get_child_monitor_context(args, pid): |
| 126 | if getattr(args, 'subprocesses', False): |
| 127 | return _setup_child_monitor(args, pid) |
| 128 | return nullcontext() |
| 129 | |
| 130 | |
| 131 | def _build_child_profiler_args(args): |
no test coverage detected
searching dependent graphs…