diff options
author | Zequan Wu <zequanwu@google.com> | 2023-10-31 10:53:45 -0400 |
---|---|---|
committer | Zequan Wu <zequanwu@google.com> | 2023-10-31 10:53:45 -0400 |
commit | db7a1ed9a22fadacfa651e88d0f75f365d44af9a (patch) | |
tree | 4d3ff24c3f0afb6ae6062de731e049d422582f9c /llvm/docs/CommandGuide/llvm-profdata.rst | |
parent | 64859781207969e6d8b7eb69c61ed0feff42113c (diff) | |
download | llvm-db7a1ed9a22fadacfa651e88d0f75f365d44af9a.zip llvm-db7a1ed9a22fadacfa651e88d0f75f365d44af9a.tar.gz llvm-db7a1ed9a22fadacfa651e88d0f75f365d44af9a.tar.bz2 |
Revert "[Profile] Refactor profile correlation. (#70712)"
This reverts commit 4b383d0af93136b80841fc140da0823dfc441dd4.
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index 73759f1..be42733 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -195,7 +195,7 @@ OPTIONS .. option:: --debug-info=<path> Specify the executable or ``.dSYM`` that contains debug info for the raw profile. - When ``-profile-correlate=debug-info`` was used for instrumentation, use this option + When ``-debug-info-correlate`` was used for instrumentation, use this option to correlate the raw profile. .. option:: --temporal-profile-trace-reservoir-size @@ -346,7 +346,7 @@ OPTIONS .. option:: --debug-info=<path> Specify the executable or ``.dSYM`` that contains debug info for the raw profile. - When ``-profile-correlate=debug-info`` was used for instrumentation, use this option + When ``-debug-info-correlate`` was used for instrumentation, use this option to show the correlated functions from the raw profile. .. option:: --covered |