MCPcopy Create free account
hub / github.com/RenderKit/ospray / getProgress

Method getProgress

modules/cpu/ISPCDevice.cpp:620–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620float ISPCDevice::getProgress(OSPFuture _task)
621{
622 auto *task = (Future *)_task;
623 return task->getProgress();
624}
625
626float ISPCDevice::getTaskDuration(OSPFuture _task)
627{

Callers 1

ospGetProgressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected