[all-commits] [llvm/llvm-project] a8099b: Remove redundant Begin/End form signpost format st...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Thu Jun 3 11:24:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8099b477832cb8325e1a06d8a2a821949fccde0
https://github.com/llvm/llvm-project/commit/a8099b477832cb8325e1a06d8a2a821949fccde0
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M llvm/lib/Support/Signposts.cpp
Log Message:
-----------
Remove redundant Begin/End form signpost format strings.
The os_signpost API already captures the begin/end part and in
Instruments, this just adds visual noise that gets in the way of the
interesting data. By removing the redundant end text, the display in
Instruments gets even less cluttered.
rdar://78636200
Differential Revision: https://reviews.llvm.org/D103577
More information about the All-commits
mailing list