[all-commits] [llvm/llvm-project] e9ec16: Change the LLVM signpost category

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Apr 5 12:18:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9ec16177f2b675829a7b73b6b72c64f5b40e73f
      https://github.com/llvm/llvm-project/commit/e9ec16177f2b675829a7b73b6b72c64f5b40e73f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
    M llvm/lib/Support/Signposts.cpp

  Log Message:
  -----------
  Change the LLVM signpost category

Currently, the LLVM/LLDB timers are visible in Instruments for all apps.

The developer-visible "PointsOfInterest" category is reserved for
runtime issues and developer-authored "important" logging. These logs
are visible to developer almost always in Instruments

The LLVM/LLDB timers do not belong there. Having these present in the
system is noisy and confusing to developers. This patch moves them under
a new "toolchain" category.

rdar://91266582

Differential revision: https://reviews.llvm.org/D123149




More information about the All-commits mailing list