about summary refs log tree commit diff homepage
path: root/tools
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2022-01-07 16:28:17 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2023-03-23 17:41:08 +0000
commitba58e4add3bb2e924b0078146fdcd9b4f6158178 (patch)
tree28ac5295a5b3d4e611c110fe29669554ce512b26 /tools
parenta88a768c3ea9343db746344f2cc6e41d4c598a8c (diff)
downloadklee-ba58e4add3bb2e924b0078146fdcd9b4f6158178.tar.gz
stats: rename States -> ActiveStates, add States
Diffstat (limited to 'tools')
-rwxr-xr-xtools/klee-stats/klee-stats1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/klee-stats/klee-stats b/tools/klee-stats/klee-stats
index b08022f4..629095bc 100755
--- a/tools/klee-stats/klee-stats
+++ b/tools/klee-stats/klee-stats
@@ -45,6 +45,7 @@ Legend = [
     ('TQuery(s)', 'time spent in the constraint solver', "QueryTime"),
     ('TSolver(s)', 'time spent in the solver chain (incl. caches and constraint solver)', "SolverTime"),
     # - states
+    ('States', 'number of created states', "States"),
     ('ActiveStates', 'number of currently active states (0 after successful termination)', "NumStates"),
     ('MaxActiveStates', 'maximum number of active states', "MaxStates"),
     ('AvgActiveStates', 'average number of active states', "AvgStates"),