Fermat
Public Methods | Public Members | List of all members
PTLoopStats Struct Reference

Detailed description

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
 

Constructor & Destructor Documentation

◆ PTLoopStats()

PTLoopStats::PTLoopStats ( )
inline

constructor


The documentation for this struct was generated from the following file: