[all-commits] [llvm/llvm-project] 7d0f69: [NFC] Add utility to sum/merge stats files

Ralender via All-commits all-commits at lists.llvm.org
Fri Aug 7 10:05:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d0f69118e61a86f4565ae372d6125cae4bc8d83
      https://github.com/llvm/llvm-project/commit/7d0f69118e61a86f4565ae372d6125cae4bc8d83
  Author: Tyker <tyker1 at outlook.com>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    A llvm/utils/merge-stats.py

  Log Message:
  -----------
  [NFC] Add utility to sum/merge stats files

Add a small script to sum *.stats file given as input and output the totals
usage example:
    merge-stats.py $(find ./builddir/ -name "*.stats") > total.stats

Reviewed By: lebedev.ri

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




More information about the All-commits mailing list