Track duration / calculation time of a paraview filter

Hello,

is there a way to track how long Paraview takes to calculate a filter?
The background is that I use the Particle Path Filter for large datasets and would like to know how long I have to schedule in total.

Thanks a lot

Yes, you can use the Timer Log, under the Tools menu.

You can get even more detailed information with the Log Viewer, also under the Tools menu. For details, please see ParaView's Advanced Logging User Interface - Kitware Blog

thanks a lot both :slight_smile: