We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should have better statistics about the solver queries (timeout, ...)
dev-evm-experiments has some stats:
dev-evm-experiments
manticore/manticore/core/smtlib/solver.py
Lines 336 to 342 in f0d59ce
But this is enabled only for the solver parallelism, and is hardcoded right now. We need to define stats, and implement a proper logging system.
The stats will help us to evaluate the solvers performance, and to identify areas of improvements
Related
The text was updated successfully, but these errors were encountered:
ggrieco-tob
No branches or pull requests
We should have better statistics about the solver queries (timeout, ...)
dev-evm-experiments
has some stats:manticore/manticore/core/smtlib/solver.py
Lines 336 to 342 in f0d59ce
But this is enabled only for the solver parallelism, and is hardcoded right now. We need to define stats, and implement a proper logging system.
The stats will help us to evaluate the solvers performance, and to identify areas of improvements
Related
The text was updated successfully, but these errors were encountered: