c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Expose mutation timespans in CSV and pretty-printing #133

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

Commit 93bf784 laid groundwork for pushing information about timespans (earliest occurrence vs latest occurrence) into the analysis and stats for mutations. These aren't yet actually available in the user-facing c4t-stat output (csv and pretty printed), mainly to avoid needing to do heavy lifting on the unit tests. They should be, though.