binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Analysis performance drastically reduced in background on macOS

Open D0ntPanic opened this issue 3 years ago • 2 comments

Version and Platform (required):

  • Binary Ninja Version: 2.4.3344-dev
  • OS: macOS
  • OS Version: 12.3.1

Bug Description: If the Binary Ninja window is covered by other windows and is in the background, after a short time the analysis performance is severely throttled to less than one core. This is probably done by the OS but there is likely an API to allow background processing to continue to have good performance.

D0ntPanic avatar Apr 12 '22 23:04 D0ntPanic

relevant: https://stackoverflow.com/questions/30686488/qapplication-is-lazy-or-making-other-threads-lazy-in-the-app

psifertex avatar Aug 07 '22 00:08 psifertex

https://stackoverflow.com/a/49679984 also relevant.

0cyn avatar Aug 07 '22 17:08 0cyn