Using the randomly generated process time, sorting the process time large to small, and using the Sort Process Time method to calculate the total flow time and Avg flow time.
time.process_time() 是 Python 中的一个函数,用于计算当前进程的 CPU 时间。这个函数返回的是进程的 CPU 时间,而不是系统的时间。这个函数的单位是秒,可以用来统计程序的执行时间。