Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
620
float ISPCDevice::getProgress(OSPFuture _task)
621
{
622
auto *task = (Future *)_task;
623
return task->getProgress();
624
}
625
626
float ISPCDevice::getTaskDuration(OSPFuture _task)
627
{
Callers
1
ospGetProgress
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected