diff options
author | Frank Busse <bb0xfb@gmail.com> | 2022-01-07 16:28:17 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-23 17:41:08 +0000 |
commit | ba58e4add3bb2e924b0078146fdcd9b4f6158178 (patch) | |
tree | 28ac5295a5b3d4e611c110fe29669554ce512b26 /tools | |
parent | a88a768c3ea9343db746344f2cc6e41d4c598a8c (diff) | |
download | klee-ba58e4add3bb2e924b0078146fdcd9b4f6158178.tar.gz |
stats: rename States -> ActiveStates, add States
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/klee-stats/klee-stats | 1 |
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"), |