Go to the source code of this file.
Defines |
#define | DEBUG_TYPE "CoreEngine" |
Functions |
| STATISTIC (NumSteps,"The # of steps executed.") |
| STATISTIC (NumReachedMaxSteps,"The # of times we reached the max number of steps.") |
| STATISTIC (NumPathsExplored,"The # of paths explored by the analyzer.") |
Define Documentation
Function Documentation
STATISTIC |
( |
NumSteps |
, |
|
|
"The # of steps executed." |
|
|
) |
| |
STATISTIC |
( |
NumReachedMaxSteps |
, |
|
|
"The # of times we reached the max number of steps." |
|
|
) |
| |
STATISTIC |
( |
NumPathsExplored |
, |
|
|
"The # of paths explored by the analyzer." |
|
|
) |
| |