[clang] [analyzer][docs] Update uftrace option name (PR #188674)

via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 25 21:20:17 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-static-analyzer-1

Author: Namhyung Kim (namhyung)

<details>
<summary>Changes</summary>

It should be --flame-graph instead of --framegraph.

---
Full diff: https://github.com/llvm/llvm-project/pull/188674.diff


1 Files Affected:

- (modified) clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst (+1-1) 


``````````diff
diff --git a/clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst b/clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst
index 5d662cfb65be2..9956f55777744 100644
--- a/clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst
+++ b/clang/docs/analyzer/developer-docs/PerformanceInvestigation.rst
@@ -134,4 +134,4 @@ To see what functions appear frequently in the trace, use this command:
 
    cat trace.json | grep -Po '"name":"(.+)"' | sort | uniq -c | sort -nr | head -n 50
 
-``uftrace`` can also dump the report as a Flame graph using ``uftrace dump --framegraph``.
+``uftrace`` can also dump the report as a Flame graph using ``uftrace dump --flame-graph``.

``````````

</details>


https://github.com/llvm/llvm-project/pull/188674


More information about the cfe-commits mailing list