Go to the source code of this file.
|
| STATISTIC (NumZ3QueriesDone, "Number of Z3 queries done") |
|
| STATISTIC (NumTimesZ3TimedOut, "Number of times Z3 query timed out") |
|
| STATISTIC (NumTimesZ3ExhaustedRLimit, "Number of times Z3 query exhausted the rlimit") |
|
| STATISTIC (NumTimesZ3SpendsTooMuchTimeOnASingleEQClass, "Number of times report equivalenece class was cut because it spent " "too much time in Z3") |
|
| STATISTIC (NumTimesZ3QueryAcceptsReport, "Number of Z3 queries accepting a report") |
|
| STATISTIC (NumTimesZ3QueryRejectReport, "Number of Z3 queries rejecting a report") |
|
| STATISTIC (NumTimesZ3QueryRejectEQClass, "Number of times rejecting an report equivalenece class") |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "Z3CrosscheckOracle" |
◆ STATISTIC() [1/7]
STATISTIC |
( |
NumTimesZ3ExhaustedRLimit |
, |
|
|
"Number of times Z3 query exhausted the rlimit" |
|
|
) |
| |
◆ STATISTIC() [2/7]
STATISTIC |
( |
NumTimesZ3QueryAcceptsReport |
, |
|
|
"Number of Z3 queries accepting a report" |
|
|
) |
| |
◆ STATISTIC() [3/7]
STATISTIC |
( |
NumTimesZ3QueryRejectEQClass |
, |
|
|
"Number of times rejecting an report equivalenece class" |
|
|
) |
| |
◆ STATISTIC() [4/7]
STATISTIC |
( |
NumTimesZ3QueryRejectReport |
, |
|
|
"Number of Z3 queries rejecting a report" |
|
|
) |
| |
◆ STATISTIC() [5/7]
STATISTIC |
( |
NumTimesZ3SpendsTooMuchTimeOnASingleEQClass |
, |
|
|
"Number of times report equivalenece class was cut because it spent " "too much time in Z3" |
|
|
) |
| |
◆ STATISTIC() [6/7]
STATISTIC |
( |
NumTimesZ3TimedOut |
, |
|
|
"Number of times Z3 query timed out" |
|
|
) |
| |
◆ STATISTIC() [7/7]
STATISTIC |
( |
NumZ3QueriesDone |
, |
|
|
"Number of Z3 queries done" |
|
|
) |
| |