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

Function ospGetProgress

ospray/api/API.cpp:698–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696OSPRAY_CATCH_END()
697
698extern "C" float ospGetProgress(OSPFuture f) OSPRAY_CATCH_BEGIN
699{
700 THROW_IF_NULL_OBJECT(f);
701 ASSERT_DEVICE();
702 return currentDevice().getProgress(f);
703}
704OSPRAY_CATCH_END(1.f)
705
706extern "C" float ospGetTaskDuration(OSPFuture f) OSPRAY_CATCH_BEGIN

Callers 2

futureGetProgressFunction · 0.85
progressMethod · 0.85

Calls 1

getProgressMethod · 0.45

Tested by

no test coverage detected