[all-commits] [llvm/llvm-project] 3a7865: [llvm-locstats] Fix labels on x-axis of comparison...

Vedant Kumar via All-commits all-commits at lists.llvm.org
Wed Apr 1 10:04:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a7865df626c061fa72cb731f0af763254ed3beb
      https://github.com/llvm/llvm-project/commit/3a7865df626c061fa72cb731f0af763254ed3beb
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M llvm/utils/llvm-locstats/llvm-locstats.py

  Log Message:
  -----------
  [llvm-locstats] Fix labels on x-axis of comparison chart

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).

Reviewers: djtodoro

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77155




More information about the All-commits mailing list