Symex.StatKeysKeys for statistics used in Soteria's symex engine. These are exposed so clients can query statistics if needed; the type with which they are logged is also documented.
It is recommended for clients to not use these keys for custom statistics tracking. To avoid clashes, all of these are prefixed with soteria.
Total execution time. Logged as a Stats.stat_entry.Float.
SAT solving time. Logged as a Stats.stat_entry.Float.
Number of calls to the solver's sat function. Logged as a Stats.stat_entry.Int.
Number of calls to the solver's sat function that returned Unknown. Logged as a Stats.stat_entry.Int.
Number of unexplored branches due to fuel exhaustion. Logged as a Stats.stat_entry.Int.
Number of branches explored. Logged as a Stats.stat_entry.Int.
Total number of steps taken across all branches. Logged as a Stats.stat_entry.Int.
Number of give-ups due to incompleteness. Logged as a Stats.stat_entry.StrSeq.
Number of misses without any fix. Logged as a Stats.stat_entry.StrSeq.