about summary refs log tree commit diff homepage
path: root/lib/Core/CoreStats.cpp
diff options
context:
space:
mode:
authorFrank Busse <bb0xfb@gmail.com>2022-01-07 14:32:22 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2023-03-23 17:41:08 +0000
commit895f095d3d16472b9443bda60854a3230fc7e974 (patch)
treee72218442a82fc05865676e9a5a4b1b40f335b7c /lib/Core/CoreStats.cpp
parent7b881cd894ce908a4b4e2d2ad89f90e39905905a (diff)
downloadklee-895f095d3d16472b9443bda60854a3230fc7e974.tar.gz
stats: add ExternalCalls
Diffstat (limited to 'lib/Core/CoreStats.cpp')
-rw-r--r--lib/Core/CoreStats.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Core/CoreStats.cpp b/lib/Core/CoreStats.cpp
index 720fa1b2..06b8b930 100644
--- a/lib/Core/CoreStats.cpp
+++ b/lib/Core/CoreStats.cpp
@@ -13,6 +13,7 @@ using namespace klee;
 
 Statistic stats::allocations("Allocations", "Alloc");
 Statistic stats::coveredInstructions("CoveredInstructions", "Icov");
+Statistic stats::externalCalls("ExternalCalls", "ExtC");
 Statistic stats::falseBranches("FalseBranches", "Bf");
 Statistic stats::forkTime("ForkTime", "Ftime");
 Statistic stats::forks("Forks", "Forks");