Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: gather statistics during a render job #222

Open
Walther opened this issue Dec 22, 2024 · 0 comments
Open

Feature: gather statistics during a render job #222

Walther opened this issue Dec 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Walther
Copy link
Owner

Walther commented Dec 22, 2024

It would be nice to be able to optionally collect some statistics during a render job.

This could include for example:

  • Time spent at various stages; parsing, initializing, rendering, post-processing
  • Memory usage, allocations and deallocations
  • Counts of certain method calls
  • Counts of rays, objects, acceleration structure details

One promising option for this could be Apache Arrow for the in-memory representation and Parquet for serialization. This could have low overhead at runtime and excellent tooling support for querying and analyzing after serialization to disk.

Another option to consider is leaning more into OpenTelemetry and tracing, creating spans. This would have good support in the observability tooling, including waterfall graphs and seeing the nesting levels. On the other hand, this might be a bad match for a software with such a high event count.

@Walther Walther added the enhancement New feature or request label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant