model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

CBMC runtime analysis: Record pointer alias analysis metric #17

Closed natasha-jeppu closed 3 months ago

natasha-jeppu commented 4 years ago

Issue #, if available:

Description of changes: Generate pointer alias analysis report using points-to set metric information from CBMC. Takes json output obtained from cbmc --show-points-to-sets and generates a html report describing size and contents of the points-to sets for pointer dereference as recorded by CBMC.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.