Profile API child process
Hello.
Is there any possibilities to start profiling child processes through profile API from parent process without adding PerformanceProfiler.Begin()/Start() in child process? When I am trying to run dotTrace command line with --profile-child --use-api arguments and use PerformanceProfiler only in parent process, profiler creates snapshot only for parent process.
Please sign in to leave a comment.
Hi Sattar,
Unfortunately no, you need to call API from the child process.
Thanks :(