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

Function ospGetTaskDuration

ospray/api/API.cpp:706–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704OSPRAY_CATCH_END(1.f)
705
706extern "C" float ospGetTaskDuration(OSPFuture f) OSPRAY_CATCH_BEGIN
707{
708 THROW_IF_NULL_OBJECT(f);
709 ASSERT_DEVICE();
710 return currentDevice().getTaskDuration(f);
711}
712OSPRAY_CATCH_END(0.f)
713
714extern "C" void ospPick(OSPPickResult *result,

Callers 2

futureGetTaskDurationFunction · 0.85
durationMethod · 0.85

Calls 1

getTaskDurationMethod · 0.45

Tested by

no test coverage detected