about summary refs log tree commit diff homepage
path: root/tools
diff options
context:
space:
mode:
authorTimotej Kapus <tk1713@ic.ac.uk>2018-06-07 17:16:26 +0100
committerMartinNowack <martin.nowack@gmail.com>2019-04-04 20:37:41 +0100
commiteba4712082c5a032f2026e052641948d0b5d2f11 (patch)
tree307cfab6a22896395fccf0bd8b666796b180b3eb /tools
parent3b8274f9e5bb667d77ee33ad094e257d0c4c03b8 (diff)
downloadklee-eba4712082c5a032f2026e052641948d0b5d2f11.tar.gz
Remove unused -sample-interval option
Diffstat (limited to 'tools')
-rwxr-xr-xtools/klee-stats/klee-stats4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/klee-stats/klee-stats b/tools/klee-stats/klee-stats
index 83537ef1..4671cc26 100755
--- a/tools/klee-stats/klee-stats
+++ b/tools/klee-stats/klee-stats
@@ -297,10 +297,6 @@ def main():
                                  'rst', 'mediawiki', 'latex', 'klee'],
                         dest='tableFormat', default='klee',
                         help='Table format for the summary.')
-    parser.add_argument('--sample-interval', dest='sampleInterv',
-                        type=isPositiveInt, default='10', metavar='n',
-                        help='Sample a data point every n lines for a '
-                        'run.stats (default: 10)')
     parser.add_argument('-to-csv',
                           action='store_true', dest='toCsv',
                           help='Dump run.stats to STDOUT in CSV format')