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

Method RegressionTask

tutorials/verify/verify.cpp:4767–4772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4765 struct RegressionTask
4766 {
4767 RegressionTask (VerifyApplication::Test* test, unsigned int sceneIndex, unsigned int sceneCount, unsigned int threadCount, bool cancelBuild)
4768 : sceneIndex(sceneIndex), sceneCount(sceneCount), test(test), scene(nullptr), numActiveThreads(0), cancelBuild(cancelBuild), errorCounter(0)
4769 {
4770 barrier.init(threadCount);
4771 RandomSampler_init(sampler,0);
4772 }
4773
4774 unsigned int sceneIndex;
4775 unsigned int sceneCount;

Callers

nothing calls this directly

Calls 2

RandomSampler_initFunction · 0.85
initMethod · 0.45

Tested by

no test coverage detected