benchmark.waveletvolume Module¶
- paraview.benchmark.waveletvolume.flush_render_buffer()[source]¶
When running as a single process use the WindowToImage filter to force a framebuffer read. This bypasses driver optimizations that perform lazy rendering and allows you to get actual frame rates for a single process with a GPU. Multi-process doesn’t need this since compositing forces the frame buffer read.
- paraview.benchmark.waveletvolume.get_render_view(size)[source]¶
Similar to GetRenderView except if a new view is created, it’s created with the specified size instead of having t resize afterwards