diff options
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-08-03 16:56:07 +0000 |
---|---|---|
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | 2009-08-03 16:56:07 +0000 |
commit | 9ac3f59caff896a1b739b1b6a4a96b0340699632 (patch) | |
tree | 56e04a294562d0fd9b0362442ed14d06d147f414 | |
parent | 2ec69f06ff1462ba716c557f2316d623393804d3 (diff) |
Add a quick docstring to blktrace so it is properly added by test_importer
Signed-off-by: Scott Zawalski <scottz@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@3486 592f7852-d20e-0410-864c-8624ca9c26a4
-rw-r--r-- | client/profilers/blktrace/blktrace.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/profilers/blktrace/blktrace.py b/client/profilers/blktrace/blktrace.py index 619f7440..aa8e6615 100644 --- a/client/profilers/blktrace/blktrace.py +++ b/client/profilers/blktrace/blktrace.py @@ -1,3 +1,7 @@ +""" +Autotest profiler for blktrace +blktrace - generate traces of the i/o traffic on block devices +""" import os from autotest_lib.client.common_lib import error from autotest_lib.client.bin import profiler, utils |