Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Bursted jobs profiling statistics

Discussion in 'Burst' started by Kobix, Oct 3, 2022.

  1. Kobix

    Kobix

    Joined:
    Jan 23, 2014
    Posts:
    130
    Hello!

    Simple question: is there a way to get "unified" statistics of specific job type performance?

    Like, I want just to see how jobs are performing, so I can make optimization choices easier.

    Currently, I am using Timeline in Profiler, but I have to scan around to find those jobs executed, so it is kind of tedious. Would be much easier if I could just see "accumulated" statistics of all jobs that were ran, with "average" and "max" runtime.

    Mind that those jobs are inside jobchain, and running on multiple threads (and bursted).

    Thank you!
     
  2. MartinTilo

    MartinTilo

    Unity Technologies

    Joined:
    Aug 16, 2017
    Posts:
    2,261
    Kobix likes this.
  3. Kobix

    Kobix

    Joined:
    Jan 23, 2014
    Posts:
    130
    No, and my god, that looks awesome. Will try it asap!
     
    MartinTilo likes this.
  4. Kobix

    Kobix

    Joined:
    Jan 23, 2014
    Posts:
    130
    Thank you, it was what I wanted, and also has nice compare functionality. Cool :D

    (P.S I was googling a lot before making this thread and never once I got hit on this tool)
     
    MartinTilo likes this.