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

Method getTaskDuration

modules/cpu/ISPCDevice.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626float ISPCDevice::getTaskDuration(OSPFuture _task)
627{
628 auto *task = (Future *)_task;
629 return task->getTaskDuration();
630}
631
632OSPPickResult ISPCDevice::pick(OSPFrameBuffer _fb,
633 OSPRenderer _renderer,

Callers 1

ospGetTaskDurationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected