Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

​添加将父进程和子进程同步进入或取消效率模式的功能 #93

Open
54pkp opened this issue Oct 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@54pkp
Copy link

54pkp commented Oct 2, 2023

The problem you want to solve / 你想要解决的问题

比如STEAM有一个Steam主进程一堆Steam Client WebHelper和Steam Client Service、Steam大屏幕模式等子进程,在Steam大屏幕界面时会因为能源之星X将Steam大屏幕模式子进程识别为前台应用,然后将Steam主进程和其它子进程识别为后台应用,然后将它们调整到效率模式,导致在大屏幕模式下操作非常卡顿,如果把Steam主进程和其他子进程加入白名单的话,在游戏时后台活动会造成性能下降

Possible solution / 可能的解决方法

如果能够允许用户将一些自定的进程关联起来,当其中一个进程离开效率模式时其他进程也同步离开,进入效率模式时也同时进入,应该能够解决这个问题

Additional context / 其他信息

No response

@54pkp 54pkp added the enhancement New feature or request label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant