Add support for idletime profiling
authorHuadong Liu <HLiu@fusionio.com>
Wed, 30 Jan 2013 12:22:24 +0000 (13:22 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 30 Jan 2013 12:22:24 +0000 (13:22 +0100)
commitf2a2ce0eedb44eaa8689e4cbfa77c79b1751b216
tree5f25ba641793ca5c7b989604d126fbeff9ea859b
parent771e58befea806d2d881953050c4e65329eee382
Add support for idletime profiling

Idletime profiling allows a benchmark to run while filling the
idle cycles on the server, hence giving you some metric of how
much pressure the system is under. This is useful to be able
to profile and compare changes in a setup or driver, for instance.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
Makefile
README
backend.c
fio.1
idletime.c [new file with mode: 0644]
idletime.h [new file with mode: 0644]
init.c
os/os-linux.h
os/os-windows.h
stat.c