Skip to content
Snippets Groups Projects
Commit 92bf9408 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Implement access footprint gathering

parent 6e649f7b
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
  • Author Owner

    @jdsteve2 Footprint gathering implemented

  • Author Owner

    E.g. this:

    python test_statistics.py 'test_gather_access_footprint()'

    says:

    ('a', 'read') [n] -> { n^2 : n > 0 }
    ('b', 'read') [n] -> { n^2 : n > 0 }
    ('c', 'write') [n] -> { n^2 : n > 0 }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment