Search Unity

What is "JobName (Cleanup)" ?

Discussion in 'Entity Component System' started by fholm, Nov 15, 2018.

  1. fholm

    fholm

    Joined:
    Aug 20, 2011
    Posts:
    2,052
    I saw this in the profiler for the first time now... never seen it before.

    upload_2018-11-15_18-51-50.png

    First the job runs (PacketWriterSystem:Job) and then there's a ~0.9m cleanup job/task that execute afterwards. What is this and why does it consume so much time?
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    it deallocates temp memory.