Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reducing idle time on job threads
#10
(31-05-2021, 01:50 PM)josemendez Wrote: Hi there!

I've been unable to get it to behave like you describe. Afaik, that can only happen if the job doesn't have the [BurstCompile] attribute (it should) or if Burst compilation is disabled. Otherwise the job (and any other jobs with [BurstCompile]) will be Burst compiled:

[Image: g2E7rA9.png]

Do other jobs appear as Burst compiled in your profiler?

Excuse me for reusing the same screenshot I used above, but I think it does show the issue:
   

The (Burst) postfix is truncated, bit you can definitely see it in a few places. Notably, the BatchContactsJob is lacking this postfix. It is also colored differently than the Burst compiled jobs, although I might have come to the wrong conclusion about the colors.

This was profiled on the Android target device and I'm certain the rest of the jobs are Burst compiled.
I'm still using the version 6.0.1, not sure if it was fixed with the latest release.
Reply


Messages In This Thread
Reducing idle time on job threads - by JanikH - 14-04-2021, 09:52 AM
RE: Reducing idle time on job threads - by JanikH - 14-04-2021, 10:38 AM
RE: Reducing idle time on job threads - by JanikH - 14-04-2021, 02:53 PM
RE: Reducing idle time on job threads - by JanikH - 31-05-2021, 11:09 AM
RE: Reducing idle time on job threads - by JanikH - 01-06-2021, 11:40 AM