cannontwo / cannon

Lifetime repository
https://cannontwo.com/cannon/
MIT License
0 stars 0 forks source link

Make Raytracer Statistics and Profiling Utilities #104

Open cannontwo opened 3 years ago

cannontwo commented 3 years ago

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 commented 3 years ago

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