klee
klee::stats Namespace Reference

Variables

Statistic allocations
 
Statistic resolveTime
 
Statistic instructions
 
Statistic instructionTime
 
Statistic instructionRealTime
 
Statistic coveredInstructions
 
Statistic uncoveredInstructions
 
Statistic trueBranches
 
Statistic falseBranches
 
Statistic forkTime
 
Statistic solverTime
 
Statistic forks
 The number of process forks. More...
 
Statistic states
 
Statistic minDistToUncovered
 
Statistic minDistToReturn
 
Statistic cexCacheTime
 
Statistic queries
 
Statistic queriesInvalid
 
Statistic queriesValid
 
Statistic queryCacheHits
 
Statistic queryCacheMisses
 
Statistic queryCexCacheHits
 
Statistic queryCexCacheMisses
 
Statistic queryConstructs
 
Statistic queryCounterexamples
 
Statistic queryTime
 

Variable Documentation

◆ allocations

Statistic klee::stats::allocations
extern

◆ cexCacheTime

◆ coveredInstructions

Statistic klee::stats::coveredInstructions
extern

◆ falseBranches

Statistic klee::stats::falseBranches
extern

◆ forks

◆ forkTime

◆ instructionRealTime

Statistic klee::stats::instructionRealTime
extern

◆ instructions

◆ instructionTime

Statistic klee::stats::instructionTime
extern

◆ minDistToReturn

Statistic klee::stats::minDistToReturn
extern

Instruction level statistic tracking the minimum intraprocedural distance to a function return.

Referenced by klee::computeMinDistToUncovered(), and klee::StatsTracker::computeReachableUncovered().

◆ minDistToUncovered

Statistic klee::stats::minDistToUncovered
extern

Instruction level statistic tracking the minimum intraprocedural distance to an uncovered instruction; this is only periodically updated.

Referenced by klee::computeMinDistToUncovered(), and klee::StatsTracker::computeReachableUncovered().

◆ queries

◆ queriesInvalid

Statistic klee::stats::queriesInvalid
extern

Referenced by main().

◆ queriesValid

Statistic klee::stats::queriesValid
extern

Referenced by main().

◆ queryCacheHits

Statistic klee::stats::queryCacheHits
extern

◆ queryCacheMisses

◆ queryCexCacheHits

Statistic klee::stats::queryCexCacheHits
extern

◆ queryCexCacheMisses

Statistic klee::stats::queryCexCacheMisses
extern

◆ queryConstructs

Statistic klee::stats::queryConstructs
extern

◆ queryCounterexamples

Statistic klee::stats::queryCounterexamples
extern

◆ queryTime

Statistic klee::stats::queryTime
extern

◆ resolveTime

◆ solverTime

◆ states

Statistic klee::stats::states
extern

Number of states, this is a "fake" statistic used by istats, it isn't normally up-to-date.

Referenced by klee::StatsTracker::updateStateStatistics(), and klee::StatsTracker::writeIStats().

◆ trueBranches

Statistic klee::stats::trueBranches
extern

◆ uncoveredInstructions