[PATCH] D110080: [llvm-profgen] Unify output format of unsymbolized profiles
Lei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 20 21:40:27 PDT 2021
wlei added a comment.
In D110080#3011237 <https://reviews.llvm.org/D110080#3011237>, @wenlei wrote:
> Looks like we're changing `(begin, end): count` to `begin-end: count`. Curious any restriction on the format, or reason why one is chosen over the other? Is that purely to align with internal raw output from fleet profiler?
Yeah, no special reason, just to align with the internal raw output.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110080/new/
https://reviews.llvm.org/D110080
More information about the llvm-commits
mailing list