MCPcopy Create free account
hub / github.com/RenderKit/embree / getNumRays

Method getNumRays

tutorials/common/tutorial/tutorial.cpp:625–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 }
624
625 int64_t TutorialApplication::getNumRays()
626 {
627 int64_t numRays = 0;
628 for (size_t i = 0; i < TaskScheduler::threadCount(); i++)
629 numRays += g_stats[i].numRays;
630 return numRays;
631 }
632
633 void TutorialApplication::renderToFile(const FileName& fileName)
634 {

Callers 2

renderBenchFuncFunction · 0.80
renderBenchmarkLegacyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected