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 byte extract and update operations #16

Closed natasha-jeppu closed 2 months ago

natasha-jeppu commented 4 years ago

Issue #, if available:

Description of changes: Add module to generate byte op metric report using CBMC output produced by --show-byte-ops. Takes a json file as input and generates a html report with number of extract/update operations, SSA expr and source location corresponding to each extract/update.

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