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

Add CDD performance statistics #39

Open
magoorden opened this issue Aug 19, 2022 · 0 comments
Open

Add CDD performance statistics #39

magoorden opened this issue Aug 19, 2022 · 0 comments

Comments

@magoorden
Copy link
Contributor

We might want to collect and print performance statistics to the end-user.

I can think right now of the following statistics:

  • CDD node table resize information each time we need to resize
  • CDD cache performance statistics like
    • Node creation requests
    • Node creation chain accesses
    • Node creation cache hits
    • Node creation cache misses
    • Operation count
    • Operation cache hits
    • Operation cache misses
  • Maximum used CDD nodes

(I selected some statistics from the BDD library used in the CIF tool, see https://www.eclipse.org/escet/cif/tools/datasynth.html#statistics for end-user available statistics)

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

No branches or pull requests

1 participant