Skip to content

Draft: Improve performance when saving

Alejandro Homs Puron requested to merge improve-performance-when-saving into master

These patches improve the performance when saving is active by moving several frame information from global containers to SavingSidebandData. It also reduces overhead when checking for overrun during newFrameReady by keeping global m_frames_to_save counters in CtSaving.

Merge request reports