Calculate Time Remaining

后端 未结 16 2617
一生所求
一生所求 2020-12-04 08:22

What\'s a good algorithm for determining the remaining time for something to complete? I know how many total lines there are, and how many have completed already, how shoul

16条回答
  •  一整个雨季
    2020-12-04 09:16

    Make sure to manage perceived performance.

    Although all the progress bars took exactly the same amount of time in the test, two characteristics made users think the process was faster, even if it wasn't:

    1. progress bars that moved smoothly towards completion
    2. progress bars that sped up towards the end

提交回复
热议问题