diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-19 10:34:07 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-19 10:34:07 +0200 |
commit | d749e192142dcc82fe6fab481d9459e59b607792 (patch) | |
tree | 1311cda92f5c7da2b73a3a7cf66157814553ed79 /scripts | |
parent | c1cad3004c618d02ba24814d686ea8b6de92fafc (diff) | |
download | linux-conf-perf-d749e192142dcc82fe6fab481d9459e59b607792.tar.gz linux-conf-perf-d749e192142dcc82fe6fab481d9459e59b607792.tar.bz2 linux-conf-perf-d749e192142dcc82fe6fab481d9459e59b607792.zip |
Add message about what configuration is measured
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/loop.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/loop.py b/scripts/loop.py index 2a3739e..380f191 100755 --- a/scripts/loop.py +++ b/scripts/loop.py @@ -38,6 +38,7 @@ def prepare(): return img, con def measure(kernelimg, con): + print("Measuring " + con.hash) try: os.remove(sf(conf.jobfolder_linux_image)) except FileNotFoundError: |