X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fmlfqs.texi;h=2ac178042f8e50b7045e0624b0c21d374f961355;hb=ced23fc5ec29f75f60aeaeca054884f60bc478a8;hp=253f91b7226ccefd47241e6198548414c0198fae;hpb=51c7b0ba8caf78a6d47b979664b84bcb392e1c5b;p=pintos-anon diff --git a/doc/mlfqs.texi b/doc/mlfqs.texi index 253f91b..2ac1780 100644 --- a/doc/mlfqs.texi +++ b/doc/mlfqs.texi @@ -356,7 +356,12 @@ consumes its timeslice, its priority is lowered about ten levels Since the coarse job runs more frequently, it drops in priority at a faster rate than the other two jobs. +@ifnottex @image{mlfqs1} +@end ifnottex +@iftex +@image{mlfqs1, 3in} +@end iftex The impact of this policy on the relative execution times of the three applications is shown in the next graph below. Because the coarse @@ -364,7 +369,12 @@ application acquires more CPU time, it finishes its work earlier than the other applications, even though all three jobs require the same amount of time in a dedicated environment. +@ifnottex @image{mlfqs2} +@end ifnottex +@iftex +@image{mlfqs2, 3in} +@end iftex @node Project Requirements @section Project Requirements