<div dir="ltr">Is this with OpenGL1 or 2 back end? If you are using Kitware's binaries 4.4 will be OpenGL1 and 5.2 will be OpenGL2. If you built from source or got it from a distro then it might be otherwise.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Tue, Jan 3, 2017 at 6:08 AM, 张驭洲 <span dir="ltr"><<a href="mailto:yzhzhang@ipe.ac.cn" target="_blank">yzhzhang@ipe.ac.cn</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br>Hi,<br><br>I'm using PV 5.2.0 and PV 4.4.0 in the standalone mode rendering a dataset, which contains 10M random points and is just for test. I found after I turned off  the display list as the PV User's Guide told me, the Still Render process in PV5.2.0 takes longer time than in PV4.4.0.<br><br>First, there is a NVIDIA GeForce GT 730 GPU in my computer, so I don't use mesa. When rendering with the display list on as default, PV 5.2.0 is faster than 4.4.0, which is reasonable. A truncated sample output of Timer Log of PV 5.2.0 is as follows:<br><br>RenderView::Update,  2.28551 seconds<br>    vtkPVView::Update,  2.28539 seconds<br>        Execute vtkFileSeriesReader id: 5063,  1.98558 seconds<br>        Execute vtkGeometryRepresentationWithF<wbr>a,  0.298828 seconds<br>LegacyVTKFileReader::<wbr>GatherInformation,  0.300355 seconds<br>Still Render,  0.43975 seconds<br>&
 nbsp;   OpenGL Dev Render,  0.334455 seconds<br><br>And the counterpart in PV 4.4.0 is:<br><br>RenderView::Update,  2.34043 seconds<br>    vtkPVView::Update,  2.34034 seconds<br>        Execute vtkFileSeriesReader id: 4734,  1.90546 seconds<br>        Execute vtkGeometryRepresentationWithF<wbr>a,  0.43377 seconds<br>LegacyVTKFileReader::<wbr>GatherInformation,  0.440593 seconds<br>Still Render,  0.963793 seconds<br>    OpenGL Dev Render,  0.806468 seconds<br><br>While other processes take similar time, the Still Render process in PV 5.2.0 takes less than half of that in PV 4.4.0.<br>The PV User's Guide recommends that when dealing with very large data, turning off display list may help. I tried it and found in this situation  the Still Render process in PV 5.2.0 takes longer time than in PV 4.4.0.<br><br>A truncated sample output of Timer Log of
  PV 5.2.0 when turning off display list is as follows:<br><br>RenderView::Update,  2.23385 seconds<br>    vtkPVView::Update,  2.23374 seconds<br>        Execute vtkFileSeriesReader id: 4914,  1.93566 seconds<br>        Execute vtkGeometryRepresentationWithF<wbr>a,  0.297103 seconds<br>LegacyVTKFileReader::<wbr>GatherInformation,  0.301925 seconds<br>Still Render,  0.440343 seconds<br>    OpenGL Dev Render,  0.335149 seconds<br><br>And  the counterpart in PV 4.4.0 is:<br><br>RenderView::Update,  2.4048 seconds<br>    vtkPVView::Update,  2.4047 seconds<br>        Execute vtkFileSeriesReader id: 4733,  1.97007 seconds<br>        Execute vtkGeometryRepresentationWithF<wbr>a,  0.433521 seconds<br>LegacyVTKFileReader::<wbr>GatherInformation,  0.440413 seconds<br>Still
  Render,  0.211394 seconds<br>    OpenGL Dev Render,  0.205734 seconds<br><br>While in PV 5.2.0 turning that option off had little effect on the running time, it significantly reduced the Still Render time in PV 4.4.0 and made the time less than half of that in PV 5.2.0.<br><br>Could anyone tell me why this happening? Thanks a lot!<br><br>-Zhang<br><br><span></span><br><br><br><br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>