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!