]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools/power: fspin -- a utility for power measurements
authorLen Brown <len.brown@intel.com>
Mon, 8 Apr 2013 01:49:33 +0000 (21:49 -0400)
committerLen Brown <len.brown@intel.com>
Mon, 8 Apr 2013 01:49:33 +0000 (21:49 -0400)
commit231ebb3b15380466ef91fda0cf33150acc3e03a6
tree53f5739a9696ae03bcb25c67520827e9cdb85070
parentda241efcd9c3da2af6ba20055c7e158ec725005c
tools/power: fspin -- a utility for power measurements

fspin is a simple utility for generating a controlled workload
for use when testing various Linux power management features.
In particular, for testing the various flavors of power capping.

When measuring the benefit of these features,
it is important to simultaneously measure not only
the power benefit, but the performance impact.

See the man page for details.

Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/fspin/Makefile [new file with mode: 0644]
tools/power/fspin/fspin.1 [new file with mode: 0644]
tools/power/fspin/fspin.c [new file with mode: 0644]