DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.66k stars 562 forks source link

drcachesim: add structured simulation results #3068

Open derekbruening opened 6 years ago

derekbruening commented 6 years ago

This is a feature request to add an interface for retrieving simulation results as structured data when using drcachesim as a library, to avoid having to print out statistics and then parse them back in.

This will be immediately useful in the drcachesim_unit_tests.

derekbruening commented 3 years ago

Xref #4842 on drcachesim unit tests

derekbruening commented 3 years ago

There is discussion here on the best way to export these statistics: https://groups.google.com/g/dynamorio-users/c/sPidMM2KA1E/m/R3gxzEpCAAAJ

derekbruening commented 1 year ago

We now have structured results for drcachesim's cache statistics and for basic_counts. Leaving this open for adding structured results to our other analyzers like reuse_distance.