Sleep until recent_cpu actually decays.
[pintos-anon] / src / tests / vm / page-merge-par.c
index 0c2cc7f03b33c7d6266c433c8174029b4679671d..d588bb0a0794dccc751498194e32b67493c61127 100644 (file)
@@ -1,3 +1,8 @@
+/* Generates about 1 MB of random data that is then divided into
+   16 chunks.  A separate subprocess sorts each chunk; the
+   subprocesses run in parallel.  Then we merge the chunks and
+   verify that the result is what it should be. */
+
 #include <stdio.h>
 #include <syscall.h>
 #include "tests/arc4.h"