Custom Header – Render Time

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Muster 9
  • 20th January 2022 at 5:15 pm #34473

    Hello,

    I’m wondering if there is a way to create a custom header that displays the total “render time” rather than the “total time”.

    Currently, if I start a job A and then a higher priority job B takes over, job A seems to add in that time it wasn’t rendering to the “Total Time”. Maybe I am mistaken… But it would be nice to see a total “Render time” by adding the “Time Span” for each instance together. Otherwise it is hard to get a sense of how much actual rendering time it took for a specific job.

    Is this kind of thing possible?

    Thanks!

    21st January 2022 at 1:22 pm #34474

    Hi Alex,

    The total render time is calculated based on the chunks, to avoid keeping all the results in memory, we avoid this info by design. By the way, you can easily check it using the statistics manager.
    If you want an extra header, you need to create a custom view using PySide

    21st January 2022 at 6:27 pm #34475

    Hi!

    Thank you for the reply! That definitely makes sense.

    Could you remind me how to access the statistic manager?
    Could you also point me in the right direction to set something up in PySide?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.