v4.3.9 push #18

Merged
blizzardfinnegan merged 3 commits from devel into stable 2023-03-20 15:06:42 -04:00
blizzardfinnegan commented 2023-03-20 14:55:50 -04:00 (Migrated from github.com)

Data-saving at high cycle count takes too long, causing the DUT to fall asleep. Data-saving has been extracted into its own thread.

Additionally, Run/pause switch has been re-threaded using synchronized statements, rather than lock statements, making the run switch work properly (finally).

Data is now saved in the new Cycle object, rather than passing around multiple maps, hopefully improving memory footprint.

Data-saving at high cycle count takes too long, causing the DUT to fall asleep. Data-saving has been extracted into its own thread. Additionally, Run/pause switch has been re-threaded using synchronized statements, rather than lock statements, making the run switch work properly (finally). Data is now saved in the new Cycle object, rather than passing around multiple maps, hopefully improving memory footprint.
Sign in to join this conversation.
No description provided.