Skip to content

vtkTimerLog: use Schwarz counter

vtkTimerLog used a static std::vector that caused a issues on certain platforms (see discussion on paraview/paraview!4565 (merged)).

Updating vtkTimerLog to use a Schwarz counter idiom to alloc/dealloc the vector to avoid double-free.

Backport: paraview/release

Merge request reports