MCPcopy 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
51float AsyncEventImpl::getDuration() const
52{
53 std::lock_guard<std::mutex> lock(mtx);
54 return timer.seconds();
55}
56
57void *AsyncEventImpl::getSyclEventPtr()
58{

Callers 1

getTaskDurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected