klee
CoreStats.cpp
Go to the documentation of this file.
1
//===-- CoreStats.cpp -----------------------------------------------------===//
2
//
3
// The KLEE Symbolic Virtual Machine
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
10
#include "
CoreStats.h
"
11
12
using namespace
klee
;
13
14
Statistic
stats::allocations
(
"Allocations"
,
"Alloc"
);
15
Statistic
stats::coveredInstructions
(
"CoveredInstructions"
,
"Icov"
);
16
Statistic
stats::falseBranches
(
"FalseBranches"
,
"Bf"
);
17
Statistic
stats::forkTime
(
"ForkTime"
,
"Ftime"
);
18
Statistic
stats::forks
(
"Forks"
,
"Forks"
);
19
Statistic
stats::instructionRealTime
(
"InstructionRealTimes"
,
"Ireal"
);
20
Statistic
stats::instructionTime
(
"InstructionTimes"
,
"Itime"
);
21
Statistic
stats::instructions
(
"Instructions"
,
"I"
);
22
Statistic
stats::minDistToReturn
(
"MinDistToReturn"
,
"Rdist"
);
23
Statistic
stats::minDistToUncovered
(
"MinDistToUncovered"
,
"UCdist"
);
24
Statistic
stats::resolveTime
(
"ResolveTime"
,
"Rtime"
);
25
Statistic
stats::solverTime
(
"SolverTime"
,
"Stime"
);
26
Statistic
stats::states
(
"States"
,
"States"
);
27
Statistic
stats::trueBranches
(
"TrueBranches"
,
"Bt"
);
28
Statistic
stats::uncoveredInstructions
(
"UncoveredInstructions"
,
"Iuncov"
);
CoreStats.h
klee::Statistic
Definition:
Statistic.h:26
klee::stats::minDistToReturn
Statistic minDistToReturn
klee::stats::resolveTime
Statistic resolveTime
klee::stats::allocations
Statistic allocations
klee::stats::forkTime
Statistic forkTime
klee::stats::states
Statistic states
klee::stats::solverTime
Statistic solverTime
klee::stats::instructionTime
Statistic instructionTime
klee::stats::coveredInstructions
Statistic coveredInstructions
klee::stats::falseBranches
Statistic falseBranches
klee::stats::trueBranches
Statistic trueBranches
klee::stats::instructions
Statistic instructions
klee::stats::uncoveredInstructions
Statistic uncoveredInstructions
klee::stats::forks
Statistic forks
The number of process forks.
klee::stats::instructionRealTime
Statistic instructionRealTime
klee::stats::minDistToUncovered
Statistic minDistToUncovered
klee
Definition:
main.cpp:291
lib
Core
CoreStats.cpp
Generated by
1.9.3