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

Make Raytracer Statistics and Profiling Utilities #104

Open
cannontwo opened this issue May 9, 2021 · 1 comment
Open

Make Raytracer Statistics and Profiling Utilities #104

cannontwo opened this issue May 9, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request ray

Comments

@cannontwo
Copy link
Owner

See Appendix A.7 in PBRT; basically just want to be able to tell where time is being spent, particularly in recursive calls to Hittable::hit which are not separated out by gprof.

@cannontwo cannontwo added enhancement New feature or request ray labels May 9, 2021
@cannontwo cannontwo self-assigned this May 9, 2021
@cannontwo
Copy link
Owner Author

Still need to implement additional kinds of statistics, as well as profiling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ray
Projects
None yet
Development

No branches or pull requests

1 participant