截圖速度是否有調整上的原則 #2123
Answered
by
LmeSzinc
bookbug666
asked this question in
Q&A
截圖速度是否有調整上的原則
#2123
-
Beta Was this translation helpful? Give feedback.
Answered by
LmeSzinc
Jan 17, 2023
Replies: 1 comment
-
截图速度肯定是越快越好的,Alas 内部是禁止写 sleep 的,所以越快的截图速度意味着越快的 Alas 运行速度。但是现在电脑性能越来越高了,很多人截图耗时只有 50ms~60ms,如果无限制截图的话会带来很高的 CPU 占用,所以会限制在每 0.3s 发起一次截图操作。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bookbug666
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
截图速度肯定是越快越好的,Alas 内部是禁止写 sleep 的,所以越快的截图速度意味着越快的 Alas 运行速度。但是现在电脑性能越来越高了,很多人截图耗时只有 50ms~60ms,如果无限制截图的话会带来很高的 CPU 占用,所以会限制在每 0.3s 发起一次截图操作。