Percent of execution now takes h-blank values into consideration when calculating new execution time
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user