| 97 | } |
| 98 | |
| 99 | inline float RenderingFuture::getTaskDuration() |
| 100 | { |
| 101 | return rendererEvent.getDuration() + frameBufferEvent.getDuration() |
| 102 | + finalHostEvent.getDuration(); |
| 103 | } |
| 104 | |
| 105 | } // namespace ospray |
nothing calls this directly
no test coverage detected