loader: Fix python3 warning
Python 3.8 will remove time.clock() and the warnings suggest that time.process_time() or time.perf_counter() should be used instead. So, move the script to using time.process_time(). Change-Id: I982da1560adec4aab49f42936334e520456647c1
Loading
Please register or sign in to comment