Fermat
|
Internal stats for the path_trace_loop() function
#include <pathtracer_kernels.h>
Public Methods | |
PTLoopStats () | |
Public Members | |
float | primary_rt_time |
time spent for tracing primary rays | |
float | path_rt_time |
time spent for tracing scattering rays | |
float | shadow_rt_time |
time spent for tracing shadow rays | |
float | path_shade_time |
time spent for shading path vertices | |
float | shadow_shade_time |
time spent for shading shadow samples (i.e. in solve_occlusion) | |
uint64 | shade_events |
number of path vertex shade events | |
|
inline |
constructor