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.

0
2 comments

Hi Sattar,

 

Unfortunately no, you need to call API from the child process.

0
Avatar
Permanently deleted user

Thanks :(

0

Please sign in to leave a comment.