This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] [tests] Add an option to show the histogram of path differences between the analyzer runs
ClosedPublic

Authored by george.karpenkov on Jan 31 2018, 6:52 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ accepted this revision.Feb 1 2018, 11:16 AM

Cool stuff!

utils/analyzer/CmpRuns.py
66–67 ↗(On Diff #132312)

Rename to getPathLength or getNumberOfPieces or just something more informative?

229–230 ↗(On Diff #132312)

Suggest swapping these lines because the opts check in the front would immediately inform the reader if he's interested in this block of code.

This revision is now accepted and ready to land.Feb 1 2018, 11:16 AM
george.karpenkov marked an inline comment as done.Feb 1 2018, 1:56 PM
george.karpenkov added inline comments.
utils/analyzer/CmpRuns.py
229–230 ↗(On Diff #132312)

@NoQ makes sense, but then it would be duplicated thrice.

NoQ added inline comments.Feb 1 2018, 1:57 PM
utils/analyzer/CmpRuns.py
229–230 ↗(On Diff #132312)

Ouch whoops never mind.

This revision was automatically updated to reflect the committed changes.