Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Burst not working at all
#14
(04-11-2020, 12:05 PM)whitexroft Wrote: I mean, yeah, im making development build, otherwise how would I profile it.

You have deep profiling support enabled, so there's your answer: deep profiling has a huge negative impact on performance (and not just on Burst). Quote from the manual: https://docs.unity3d.com/Manual/ProfilerWindow.html

Quote:Deep Profiling is resource-intensive and uses a lot of memory. As a result, your application runs significantly slower while it is profiling. Deep Profiling is better suited for small games with simple scripting.

In my machine, building with/without deep profiling support makes a world of difference: 12 FPS with deep profiling support, 432 FPS without it. Also note that it is not necessary to actually attach the profiler to get a performance hit on a standalone build: the resulting code has profiler instrumentation compiled in, regardless of you retrieving the metrics or not. This is basically equivalent to a debug build in most compilers.

(04-11-2020, 12:05 PM)whitexroft Wrote: Since you cannot reproduce the freeze, how can I help you with that? I can reproduce it 100% cases.
Can you send a repro project to support(at)virtualmethodstudio.com with step by step instructions on how to reproduce it?
Reply


Messages In This Thread
Burst not working at all - by manurocker95 - 05-10-2020, 06:00 PM
RE: Burst not working at all - by josemendez - 05-10-2020, 08:26 PM
RE: Burst not working at all - by manurocker95 - 05-10-2020, 08:35 PM
RE: Burst not working at all - by josemendez - 06-10-2020, 07:29 AM
RE: Burst not working at all - by manurocker95 - 06-10-2020, 01:20 PM
RE: Burst not working at all - by josemendez - 06-10-2020, 01:26 PM
RE: Burst not working at all - by whitexroft - 03-11-2020, 06:39 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 08:36 AM
RE: Burst not working at all - by whitexroft - 04-11-2020, 10:43 AM
RE: Burst not working at all - by josemendez - 04-11-2020, 10:52 AM
RE: Burst not working at all - by whitexroft - 04-11-2020, 11:17 AM
RE: Burst not working at all - by josemendez - 04-11-2020, 11:22 AM
RE: Burst not working at all - by whitexroft - 04-11-2020, 12:05 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 12:18 PM
RE: Burst not working at all - by whitexroft - 04-11-2020, 12:53 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 01:17 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 01:54 PM
RE: Burst not working at all - by whitexroft - 04-11-2020, 02:16 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 02:32 PM
RE: Burst not working at all - by whitexroft - 04-11-2020, 02:55 PM
RE: Burst not working at all - by josemendez - 04-11-2020, 03:53 PM