Skip to content
New issue

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

Print total calls as part of the stats on exit #1328

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

elopez
Copy link
Member

@elopez elopez commented Nov 6, 2024

Echidna will now print the number of calls done as part of the stats printed when exiting.

Unique instructions: 287
Unique codehashes: 1
Corpus size: 1
Seed: 830942768189866820
Total calls: 10

Closes #1322

Echidna will now print the number of calls done as part of the stats
printed when exiting.

    Unique instructions: 287
    Unique codehashes: 1
    Corpus size: 1
    Seed: 830942768189866820
    Total calls: 10

Closes #1322
@elopez elopez marked this pull request as ready for review November 9, 2024 12:45
Copy link
Member

@arcz arcz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@elopez elopez merged commit 162b986 into master Dec 3, 2024
19 checks passed
@elopez elopez deleted the dev-total-calls branch December 3, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print total calls as part of the stats after closing Echidna
2 participants