summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-25 15:24:59 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-25 15:24:59 +0100
commit5918ef34ebdf2e021b1e58d1a95c273a9a220558 (patch)
treeaf01a77a44c0543f40e8a44bc22b77f67b78b8a1 /seivot
parent1244c103dca6d4240d9b7c72aad109ec70eaace5 (diff)
downloadseivot-5918ef34ebdf2e021b1e58d1a95c273a9a220558.tar.gz
Report what's being measured, since progress reporting is nice.
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot1
1 files changed, 1 insertions, 0 deletions
diff --git a/seivot b/seivot
index 87d9a2c..59478b5 100755
--- a/seivot
+++ b/seivot
@@ -393,6 +393,7 @@ class Seivot(cliapp.Application):
def measure(self, func, nth_gen, new_data, **kwargs):
logging.info('Measuring %s gen %d' % (func.__name__, nth_gen))
+ print 'Measuring %s generation %s' % (func.__name__, nth_gen)
if self.settings['drop-caches']:
drop_caches()
measurement = func(nth_gen, **kwargs)