]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Add message about what configuration is measured
authorKarel Kočí <cynerd@email.cz>
Wed, 19 Aug 2015 08:34:07 +0000 (10:34 +0200)
committerKarel Kočí <cynerd@email.cz>
Wed, 19 Aug 2015 08:34:07 +0000 (10:34 +0200)
scripts/loop.py

index 2a3739e8da68454ee43c51f88689bacf9cb95db5..380f19161ba1e72cb95e4b4276f3b06fc9315bc4 100755 (executable)
@@ -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: