Hello everyone,
I’m not familiar with the profiler tool.
is it possible to detect jobs not being bursted, sync points or jobs not running in parallel from profiler ?
Also any suggestions or examples will be highly appreciated!
Jobs in profiler will have (Burst) next to them if burst compiled.
You can inspect every worker thread to see the parallel work.
Sync points not directly but it’s pretty obvious when you have a break in worker thread parallelization.
2 Likes
Also Burst Inspector shows all jobs and which of them bursted or no.
1 Like