Percent of execution now takes h-blank values into consideration when calculating new execution time

This commit is contained in:
pagefault
2005-01-13 20:52:45 +00:00
parent 85afb9ad73
commit a7d1cd0552

View File

@@ -1402,6 +1402,8 @@ void Setper2exec()
opexec358 = (unsigned char)(opexec358*(per2exec*0.01)); opexec358 = (unsigned char)(opexec358*(per2exec*0.01));
opexec268b = (unsigned char)(opexec268b*(per2exec*0.01)); opexec268b = (unsigned char)(opexec268b*(per2exec*0.01));
opexec358b = (unsigned char)(opexec358b*(per2exec*0.01)); opexec358b = (unsigned char)(opexec358b*(per2exec*0.01));
opexec268cph = (unsigned char)(opexec268cph*(per2exec*0.01));
opexec358cph = (unsigned char)(opexec358cph*(per2exec*0.01));
} }
extern char FEOEZPath[1024]; extern char FEOEZPath[1024];