diff options
author | Frank Busse <bb0xfb@gmail.com> | 2022-01-07 14:32:22 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-23 17:41:08 +0000 |
commit | 895f095d3d16472b9443bda60854a3230fc7e974 (patch) | |
tree | e72218442a82fc05865676e9a5a4b1b40f335b7c /tools | |
parent | 7b881cd894ce908a4b4e2d2ad89f90e39905905a (diff) | |
download | klee-895f095d3d16472b9443bda60854a3230fc7e974.tar.gz |
stats: add ExternalCalls
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 b819f69b..be30a0ca 100755 --- a/tools/klee-stats/klee-stats +++ b/tools/klee-stats/klee-stats @@ -35,6 +35,7 @@ Legend = [ ('Branches', 'number of conditional branch (br) instructions in the LLVM bitcode', 'NumBranches'), ('FullBranches', 'number of fully-explored conditional branch (br) instructions in the LLVM bitcode', 'FullBranches'), ('PartialBranches', 'number of partially-explored conditional branch (br) instructions in the LLVM bitcode', 'PartialBranches'), + ('ExternalCalls', 'number of external calls', 'ExternalCalls'), # - time ('TUser(s)', 'total user time', "UserTime"), ('TResolve(s)', 'time spent in object resolution', "ResolveTime"), |