[PATCH] Add thinktime_spin parameter
authorJens Axboe <jens.axboe@oracle.com>
Sat, 17 Feb 2007 05:30:44 +0000 (06:30 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 17 Feb 2007 05:30:44 +0000 (06:30 +0100)
commit48097d5c61aa1718e6dd4b3b647ea2eb6f00fcfb
treeca98cf6d2724af5adcbd01d16a49fcf8dc8bfa66
parent73170f19408559ed7e318f93b21e5cbbf13725bd
[PATCH] Add thinktime_spin parameter

If you specify thinktime currently, fio will sleep for the duration.
Apps will typically do some data processing before sleeping, so add
a thinktime_spin parameter to control how much CPU to burn before
sleeping.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
fio.c
fio.h
init.c