How to find what job SystemBase.CompleteDependency() is waiting for

Hello,
my application has big performance issue. A system waits for completion of a job

Everything happens inside ecs code, so I could not figure out what job creates the problem. There are a lot of jobs it the application, it will take forever to check them one by one. Is there a way to find out what job take so much time to finish?

In 2020.1 the timeline view can show you this if you enable the job dependency arrows.

1 Like

Do you mean this option?
6401749--714214--dep.png

This is how my timeline view looks like. But I still don’t understand what it is waiting for

“Show Flow Events” on the top right of the timeline view. It is behind the 3 vertical dots.

1 Like

Thank you, it helped

I will leave screenshots here for someone who may find this topic in future
6412113--716217--Screenshot_16.png 6412113--716220--Screenshot_17.png

3 Likes