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

Track metrics for core and std crates, add loop metrics #258

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

tautschnig
Copy link
Member

@tautschnig tautschnig commented Feb 24, 2025

The crate that we compute metrics for is now configurable when invoking kani_std_analysis.py. Should we find a need for further crates beyond core or std we just need to invoke it more times.

We are now also reporting loop/no-loop information across all the kinds of functions we are tracking as metrics.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

The crate that we compute metrics for is now configurable when invoking
`kani_std_analysis.py`. Should we find a need for further crates beyond
`core` or `std` we just need to invoke it more times.
@tautschnig tautschnig requested a review from a team as a code owner February 24, 2025 15:46
Copy link

@carolynzech carolynzech left a comment

Choose a reason for hiding this comment

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

Thanks for doing this!

@tautschnig tautschnig changed the title Track metrics for core and std crates Track metrics for core and std cratess, add loop metrics Feb 25, 2025
Copy link

@carolynzech carolynzech left a comment

Choose a reason for hiding this comment

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

Thanks!

@tautschnig
Copy link
Member Author

We might want #261 to be merged first and we need model-checking/kani#3915 to be merged.

@carolynzech carolynzech changed the title Track metrics for core and std cratess, add loop metrics Track metrics for core and std crates, add loop metrics Mar 3, 2025
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.

2 participants