[vtkusers] Performance issue with 8.1.0rc1

Robert Maynard robert.maynard at kitware.com
Mon Nov 20 12:39:00 EST 2017


Are you able to record some performance information so we can dig into
the issue?

Can you build with debug symbols, run performance analysis ( sudo perf
record -F 99 -a -g -- sleep 50 ), and than link us to the performance
data ( perf.data )?

On Tue, Nov 14, 2017 at 4:43 AM, marcin.krotkiewski
<marcin.krotkiewski at gmail.com> wrote:
> Hello,
>
> I compiled VTK8.1.0rc1 with GCC + OpenMP and tested it in my Java-based
> application. The behavior is different compared to 8.0.1: when I manipulate
> (rotate/move) my model, all CPU cores are 100% active (used to be only 1),
> and the performance is very sluggish. Rotation staggers and is not smooth,
> even if I only render the axis actor. On the other hand, compiling without
> OpenMP support (Sequential) works as it used to.
>
> Does anyone have ideas?
>
> Thanks!
>
> Marcin
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers


More information about the vtkusers mailing list