Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ getDuration
Method
getDuration
modules/cpu/common/DeviceRTImpl_ispc.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
float AsyncEventImpl::getDuration() const
52
{
53
std::lock_guard<std::mutex> lock(mtx);
54
return timer.seconds();
55
}
56
57
void *AsyncEventImpl::getSyclEventPtr()
58
{
Callers
1
getTaskDuration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected