]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Add TODO
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 17 Oct 2015 14:07:01 +0000 (16:07 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 17 Oct 2015 14:07:01 +0000 (16:07 +0200)
scripts/database.py

index a41d7039d43e4f5588d329d75037d006d5561975..58fdf9ecf0b525bb1d0e898382a6326287f7797a 100644 (file)
@@ -130,6 +130,9 @@ class database:
 
        def get_unmeasured(self):
                "Returns list of all unmeasured configurations."
+               # FIXME: Take into account case when we want the same
+               # configuration for either different experiment or kernel
+               # version or target.
                ps = self.db.prepare("""SELECT id, hash, config FROM configurations
                                                                WHERE id NOT IN
                                                                (SELECT conf FROM measure)