diff options
author | Frank Busse <bb0xfb@gmail.com> | 2022-01-07 14:14:38 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-23 17:41:08 +0000 |
commit | fc3c937892998b984a59cfa740244952ff6071b9 (patch) | |
tree | 3f2a97a94de5ea0552e6f16d6becc0b8a0bb9ab6 /tools | |
parent | a91be77e800510db50444b3e1f5ef20dbca0260c (diff) | |
download | klee-fc3c937892998b984a59cfa740244952ff6071b9.tar.gz |
stats: add InhibitedForks
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 22cdaf43..18fbe595 100755 --- a/tools/klee-stats/klee-stats +++ b/tools/klee-stats/klee-stats @@ -47,6 +47,7 @@ Legend = [ ('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"), + ('InhibitedForks', 'number of inhibited state forks due to e.g. memory pressure', "InhibitedForks"), # - constraint caching/solving ('Queries', 'number of queries issued to the constraint solver', "NumQueries"), ('QueryConstructs', 'number of query constructs for all queries send to the constraint solver', "NumQueryConstructs"), |