This is an archive of the discontinued LLVM Phabricator instance.

[llvm-locstats] Fix labels on x-axis of comparison chart
ClosedPublic

Authored by vsk on Mar 31 2020, 11:06 AM.

Details

Summary

This change makes the labels on the x-axis of a comparison chart look
like: "0%", "(0%, 10%)", "[10%, 20%)", and so on.

Previously, each label was the same (a concatenation of all the possible
coverage buckets).

Diff Detail

Event Timeline

vsk created this revision.Mar 31 2020, 11:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2020, 11:06 AM
djtodoro accepted this revision.Mar 31 2020, 11:38 PM

LGTM. Thanks!

This revision is now accepted and ready to land.Mar 31 2020, 11:38 PM
This revision was automatically updated to reflect the committed changes.