secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
930 stars 140 forks source link

Feature/statistic export #519

Closed janniclas closed 1 year ago

janniclas commented 1 year ago

I added the possibility to emit statistics gathered in the GeneralStatisticsAnalysis as a JSON object. Therefore, I added a new emitter flag and the possibility to retrieve the json object from the analysis class. The printJson method was added to the Project IRDB.

janniclas commented 1 year ago

I didn't get the git pre commit hooks and the code formatter to run. So please ignore these failings and just review the code. I'll fix the style errors later and push an update