minix/test/safeperf
2012-03-25 21:58:14 +02:00
..
down Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
grantor.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
inc.h panic() cleanup. 2010-03-05 15:05:11 +00:00
Makefile Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
README Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
requestor.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
run Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
system.conf New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00

Performance Test Program for Safecopy and Safemap

How to run
==========

  1. Set USE_COW_SAFECOPY to 1 or 0 in kernel/system/do_safecopy.c
     to run safecopy tests with or without COW optimization.
  2. Type `make run` to prepare and run tests. Configuration parameters
     for performance tests are in ./run.
  3. When done testing, type `make clean` to clean up.