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

Implement access footprint gathering

parent 6e649f7b
Pipeline #399 passed with stage
  • 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment