[all-commits] [llvm/llvm-project] 8a87f4: [memprof] Print out the segment information in YAM...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Wed Jun 1 19:26:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a87f42fc6ca14d13454465490dbf47333918907
      https://github.com/llvm/llvm-project/commit/8a87f42fc6ca14d13454465490dbf47333918907
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M llvm/lib/ProfileData/RawMemProfReader.cpp
    M llvm/test/tools/llvm-profdata/memprof-basic.test
    M llvm/test/tools/llvm-profdata/memprof-inline.test

  Log Message:
  -----------
  [memprof] Print out the segment information in YAML format.

This change prints out the segment information in the raw profile in
YAML format for testing. Since we don't capture build ids yet, we print
out <None> for now.

Reviewed By: tejohnson

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




More information about the All-commits mailing list