how can you calculate/estimate the time it will take a process to complete.
for example , some applications like NAV will let you know how long it'll take to scan a drive.
Printable View
how can you calculate/estimate the time it will take a process to complete.
for example , some applications like NAV will let you know how long it'll take to scan a drive.
They probably base it upon a quick directory scan to obtain the count. Then set the progressbar max to that and proceed to start checling each file.