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

Method getTaskDuration

modules/cpu/render/RenderingFuture.h:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99inline float RenderingFuture::getTaskDuration()
100{
101 return rendererEvent.getDuration() + frameBufferEvent.getDuration()
102 + finalHostEvent.getDuration();
103}
104
105} // namespace ospray

Callers

nothing calls this directly

Calls 1

getDurationMethod · 0.45

Tested by

no test coverage detected