From 0f7b91f802b510e6a7215ef1339484c588fa9e0c Mon Sep 17 00:00:00 2001 From: Timotej Kapus Date: Tue, 26 Mar 2019 15:36:30 +0000 Subject: Add klee-stats test, fix microseconds bug --- tools/klee-stats/klee-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/klee-stats/klee-stats b/tools/klee-stats/klee-stats index 38d8f750..c0171343 100755 --- a/tools/klee-stats/klee-stats +++ b/tools/klee-stats/klee-stats @@ -133,7 +133,7 @@ def getRow(record, stats, pr): if BTot == 0: BFull = BTot = 1 - Ts, Tcex, Tf, Tr = [e / 1000000 for e in [Ts, Tcex, Tf, Tr]] #convert from microseconds + Ts, Tcex, Tf, Tr, T, Treal = [e / 1000000 for e in [Ts, Tcex, Tf, Tr, T, Treal]] #convert from microseconds Mem = Mem / 1024 / 1024 AvgQC = int(QCon / max(1, QTot)) -- cgit 1.4.1