Benchmark dialog: remember settings (start & end frames)

Issue #30 resolved
Former user created an issue

I am using the benchmark feature to test the speed of an filter where speed depends on image content, so I want to measure fps starting at a particular frame, after I changed the C++ code of the filter and recompiled it in the background.

The Benchmark dialog, while it is open, also keeps the filter open and active in memory. So to test my code changes to the filter, I have to close the benchmark dialog (to release the filter DLL), recompile the filter, reopen the Benchmark dialog, and reenter the starting frame number.

It would be nice to have the option of not having to reenter the frame number - much like the Preview dialog also remembers the last frame number when getting closed, and reopens at the same frame.

Comments (1)

  1. Log in to comment